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

index a68ee88..1130d10 100644 (file)
@@ -18,9 +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";