builder.html.js
authorAlan Knowles <alan@akbkhome.com>
Sun, 8 Apr 2012 06:55:06 +0000 (14:55 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 8 Apr 2012 06:55:06 +0000 (14:55 +0800)
builder.html.js

index 4478096..e354a25 100644 (file)
@@ -38,7 +38,7 @@ Builder  = {
             Builder.click= Roo.get(document.body).on('click', this.onclick, this);
         }
         
-        this.redraw(false);
+        this.redraw.defer(100, this, false);
     },