Convert tabs to spaces

master
Zaahir Moolla 2015-11-14 11:52:21 -05:00
parent 6fd9f1114f
commit fb33450f8d
1 changed files with 26 additions and 26 deletions

View File

@ -5,7 +5,7 @@ DDH.'<: $lia_id :>' = DDH.'<: $lia_id :>' || {};
console.log("DDH.'<: $lia_id :>'.build"); console.log("DDH.'<: $lia_id :>'.build");
// define private variables and functions here // define private variables and functions here
DDH.'<: $lia_id :>'.build = function(ops) { DDH.'<: $lia_id :>'.build = function(ops) {
@ -13,25 +13,25 @@ DDH.'<: $lia_id :>' = DDH.'<: $lia_id :>' || {};
id: "life", id: "life",
meta: { meta: {
sourceName: "Source Domain", sourceName: "Source Domain",
sourceUrl: "https://source.website.com" sourceUrl: "https://source.website.com"
}, },
// data: { // data: {
// already defined in Perl Package // already defined in Perl Package
// you can re-define it here // you can re-define it here
// or access/modify 'ops.data' // or access/modify 'ops.data'
// }, // },
// normalize: function(item){ // normalize: function(item){
// use this to map your 'data' // use this to map your 'data'
// to the properties required for your chosen template // to the properties required for your chosen template
// //
// return { // return {
// title: data.myTitle // title: data.myTitle
// subtitle: data.foo.subtitle // subtitle: data.foo.subtitle
// }; // };
// }, // },
templates: { templates: {
group: 'text', group: 'text',
@ -45,15 +45,15 @@ DDH.'<: $lia_id :>' = DDH.'<: $lia_id :>' || {};
// } // }
}, },
// Function that executes after template content is displayed // Function that executes after template content is displayed
onShow: function() { onShow: function() {
// define any callbacks or event handlers here // define any callbacks or event handlers here
// //
// var $dom = $(".zci--'<: $lia_id :>'"); // var $dom = $(".zci--'<: $lia_id :>'");
// $dom.find(".my-special-class").click(funtcion(){ // $dom.find(".my-special-class").click(funtcion(){
// //
// }); // });
} }
}; };