From 9ce31ed8c5ae0280949a081be18380f6bfcca228 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 26 May 2010 15:04:58 +0800 Subject: [PATCH] builder.html.js --- builder.html.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/builder.html.js b/builder.html.js index 8717d5359..8a3cba9c0 100644 --- a/builder.html.js +++ b/builder.html.js @@ -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.. -- 2.39.2