builder.html.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 11 Jun 2010 09:26:49 +0000 (17:26 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 11 Jun 2010 09:26:49 +0000 (17:26 +0800)
builder.html.js

index 7f0b37e..b152ac7 100644 (file)
@@ -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;
             
         }