From: Alan Knowles Date: Fri, 11 Jun 2010 03:59:12 +0000 (+0800) Subject: builder.html.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=3f4b27d6be8e7a94e529e148064cf39e5a1afd13 builder.html.js --- diff --git a/builder.html.js b/builder.html.js index e7c8d2133..f2c528f0c 100644 --- a/builder.html.js +++ b/builder.html.js @@ -154,6 +154,7 @@ Builder = { if (!cfg.id) { this.dump(cfg); } + //console.log(cfg.xtype + ': ' + cfg.id); if (cfg.items) { @@ -293,7 +294,7 @@ Builder = { if (cfg.items.length == 0) { delete cfg.items; } - + console.log(cfG); },