builder.html.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 26 May 2010 07:04:58 +0000 (15:04 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 26 May 2010 07:04:58 +0000 (15:04 +0800)
builder.html.js

index 8717d53..8a3cba9 100644 (file)
@@ -82,7 +82,7 @@ Builder  = {
         
         
         this.munge(cfg);
-        //console.log(cfg);return;
+        console.log(this.dump(cfg));return;
         // we draw either a dialog or a tab..
         
         if (cfg.xtype == 'LayoutDialog') {
@@ -210,8 +210,7 @@ Builder  = {
             while (bits.length) {
                 cfg.xns = cfg.xns[bits.shift()]; 
             }
-            
-            
+             
         }
         
         // we can overlay some event handlers here..