From eb1984416c3487f45f2d4b202128f16318b27e43 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 10 May 2010 12:46:07 +0800 Subject: [PATCH] builder.html.js --- builder.html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder.html.js b/builder.html.js index e757189fc..e8683073f 100644 --- a/builder.html.js +++ b/builder.html.js @@ -69,7 +69,7 @@ Builder = { this.munge(cfg); - print(cfg);return; + console.log(cfg);return; // we draw either a dialog or a tab.. if (cfg.xtype == 'LayoutDialog') { -- 2.39.2