From: Alan Knowles Date: Fri, 11 Jun 2010 09:26:49 +0000 (+0800) Subject: builder.html.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=14d6e9e7b2d0e7f685d589c6efeb51b6b7534f9b builder.html.js --- diff --git a/builder.html.js b/builder.html.js index 7f0b37e4f..b152ac71e 100644 --- a/builder.html.js +++ b/builder.html.js @@ -103,9 +103,9 @@ Builder = { }); - this.dialog = new Roo[cfg.xtype](this.dialogroot, cfg); + _this.dialog = new Roo[cfg.xtype](this.dialogroot, cfg); //this.dialog.el.on('click', this.panelClick, this); - this.dialog.show(); + _this.dialog.show(); return; }