File.js
[app.Builder.js] / builder.html.js
index 0562185..cd7fd5d 100644 (file)
@@ -52,8 +52,8 @@ Builder  = {
         if (!Builder.click) {
             Builder.click= Roo.get(document.body).on('click', this.onclick, this);
         }
-        Roo.log(ix);
-        
+        Roo.log('Builder.'+ ix);
+        Roo.XComponent.build();
         return;
         
         return;
@@ -109,7 +109,7 @@ Builder  = {
                 
             } catch( e) {
                 console.log(e);
-                console.log(JSON.stringify(e));
+                console.log(JSON.(e));
                 // reload!!?
             }
             
@@ -260,7 +260,7 @@ Builder  = {
                    // }
                    
                 } catch(e) {  
-                    console.log('Error evaluating: '  + cfg[p] + "\r\n" + JSON.stringify(e)); 
+                    console.log('Error evaluating: '  + cfg[p] + "\r\n" + JSON.(e)); 
                 };
                 if (pp != p) {
                     delete cfg[p];