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

index 301a3fe..7c6dc14 100644 (file)
@@ -216,7 +216,7 @@ Roo.apply(Roo.XComponent,
     {
         
         this.preBuild();
-        mods = this.buildOrder();
+        var mods = this.buildOrder();
         
         //this.allmods = mods;
         //console.log(mods);
@@ -224,6 +224,9 @@ Roo.apply(Roo.XComponent,
         if (!mods.length) { // should not happen
             throw "NO modules!!!";
         }
+        
+        
+        
         // flash it up as modal - so we store the mask!?
         Roo.MessageBox.show({ title: 'loading' });
         Roo.MessageBox.show({