From 14d6e9e7b2d0e7f685d589c6efeb51b6b7534f9b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 11 Jun 2010 17:26:49 +0800 Subject: [PATCH] builder.html.js --- builder.html.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.2