From: Alan Knowles Date: Wed, 26 May 2010 07:15:20 +0000 (+0800) Subject: builder.html.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=b7d3f5b5e590c037faab6e42e5962a6b8a13f338 builder.html.js --- diff --git a/builder.html.js b/builder.html.js index 584a4c5fa..f4f120f41 100644 --- a/builder.html.js +++ b/builder.html.js @@ -96,7 +96,7 @@ Builder = { this.dialogroot = Roo.get( document.body).createChild({ id : cfg.id }); - + this.dialog = new Roo[cfg.xtype](this.dialogroot, cfg); //this.dialog.el.on('click', this.panelClick, this); this.dialog.show(); @@ -127,8 +127,14 @@ Builder = { } }); } - this.layoutbase.addxtype( cfg ); - + try { + console.log("ADDING CFG"); + this.layoutbase.addxtype( cfg ); + } catch (e) { + console.log("GOT ERROR?"); + console.log(e); + console.log(JSON.stringify(e)); + } },