Roo/LayoutManager.js
authorEdward <edward@roojs.com>
Wed, 9 Apr 2014 08:46:40 +0000 (16:46 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Apr 2014 08:46:40 +0000 (16:46 +0800)
Roo/LayoutManager.js

index 1130d10..f36729b 100644 (file)
@@ -18,10 +18,10 @@ Roo.LayoutManager = function(container, config){
     Roo.log('3');
     
     Roo.LayoutManager.superclass.constructor.call(this);
+    
+    this.el = Roo.get(container);
     Roo.log(this);
     return;
-    this.el = Roo.get(container);
-    
     // ie scrollbar fix
     if(this.el.dom == document.body && Roo.isIE && !config.allowScroll){
         document.body.scroll = "no";