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

index 0ab3529..010e61f 100644 (file)
@@ -20,14 +20,15 @@ Roo.LayoutManager = function(container, config){
     Roo.LayoutManager.superclass.constructor.call(this);
     
     this.el = Roo.get(container);
-    Roo.log(this);
-    return;
+    
     // ie scrollbar fix
     if(this.el.dom == document.body && Roo.isIE && !config.allowScroll){
         document.body.scroll = "no";
     }else if(this.el.dom != document.body && this.el.getStyle('position') == 'static'){
         this.el.position('relative');
     }
+    Roo.log(this);
+    return;
     this.id = this.el.id;
     this.el.addClass("x-layout-container");