Builder3/Window.js
[app.Builder.js] / Builder3 / Window.js
index 25d8a8e..3b553a7 100644 (file)
@@ -3244,7 +3244,7 @@ Window=new XObject({
                                                                                                                                                                                print("send source as " + js_src);
                                                                                                                                                                                
                                                                                                                                                                                js_src += "\n" +
-                                                                                                                                                                                               "Roo.onReady(function() {" +
+                                                                                                                                                                                               "Roo.onReady(function() {\n" +
                                                                                                                                                                                                "if (" + file.name +".show) " +  file.name +".show({});\n" +
                                                                                                                                                                                                "Roo.XComponent.build();\n" +
                                                                                                                                                                                                "});\n";