Roo/Document.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 05:53:54 +0000 (13:53 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 05:53:54 +0000 (13:53 +0800)
Roo/Document.js

index 70f430d..ccdda11 100644 (file)
@@ -313,7 +313,9 @@ Roo.apply(Roo.XComponent,
                 m.module.disabled.call(m.module.disabled) : m.module.disabled;
                 
             }
-            
+            if (disabled) {
+                return progressRun.defer(10, _this);
+            }
             if (m.parent.layout && !disabled) {
                 // modules have to support a  'add method'
                 // should we just move that code into here..