Pman.js
authorAlan Knowles <alan@akbkhome.com>
Sun, 1 Apr 2012 08:19:22 +0000 (16:19 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 1 Apr 2012 08:19:22 +0000 (16:19 +0800)
Pman.js

diff --git a/Pman.js b/Pman.js
index ebbbb63..65f94e0 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -207,20 +207,7 @@ Pman = new Roo.Document(
         Pman.building = true;
         
         this.buildModules(this, 
-            function() {
-                
-                _this.layout.getRegion('center').showPanel(0);
-                _this.layout.endUpdate(); 
-                _this.addTopToolbar();  
-                _this.finalize();
-                _this.fireEvent('load',this);
-                
-                if (!_this.layout.getRegion('south').panels.length) {
-                    _this.layout.getRegion('south').hide();
-                }
-                
-                
-            }
+           
         );