src/JsRender/Roo.vala
authorAlan Knowles <alan@roojs.com>
Tue, 3 Mar 2015 07:52:42 +0000 (15:52 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 3 Mar 2015 07:52:42 +0000 (15:52 +0800)
src/JsRender/Roo.vala

index 834f070..c42c286 100644 (file)
@@ -679,9 +679,9 @@ namespace JsRender {
                        this.outputHeader() + "\n" +
                        
                        this.name  +  " = new Roo.XComponent({\n" +
-                       "" + 
-                       this.transStringsToJs()  +
-                "",
+                       "\n" + 
+                       this.transStringsToJs()  + "\n"
+                "\n" +
                        "  part     :  "+ this.pathToPart() + ",\n" +
                                /// critical used by builder to associate modules/parts/persm
                        "  order    : '" +modkey+"',\n" +