generators/dijit/templates/class.js in depo-0.0.2 vs generators/dijit/templates/class.js in depo-0.0.3

- old
+ new

@@ -11,11 +11,11 @@ dojo.declare("<%= dijit_full_name %>",<%= dijit_base_class %>, { // summary: // HERE WIDGET SUMMARY // baseClass: [protected] String - baseClass: "<%= dijit_style_class_name %>", + baseClass: "<%= dijit_style_class_name %>" //templateString: dojo.cache("<%= dijit_package_name %>", "templates/<%= dijit_class_name %>.html"), //widgetsInTemplate: true, //buildRendering: function () { //this.inherited(arguments); //}, @@ -25,6 +25,6 @@ //}, //postCreate: function () { //this.inherited(arguments); //} }); -}); +})();