app_generators/coherent/templates/src/js/@name@.js.erb in coherent-0.6.8 vs app_generators/coherent/templates/src/js/@name@.js.erb in coherent-0.6.9
- old
+ new
@@ -1,5 +1,12 @@
/*jsl:import coherent*/
/**
- Core JS file file for the <%=name.titlecase%> application.
+ Core JS file for the <%=name.titlecase%> application.
*/
+
+(function()
+{
+
+ coherent.Application.shared.setMainNib("<%=nib_name%>");
+
+})();
\ No newline at end of file