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

index a1b325f..0ab3529 100644 (file)
@@ -20,7 +20,8 @@ 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";
@@ -29,8 +30,7 @@ Roo.LayoutManager = function(container, config){
     }
     this.id = this.el.id;
     this.el.addClass("x-layout-container");
-    Roo.log(this);
-    return;
+    
     /** false to disable window resize monitoring @type Boolean */
     this.monitorWindowResize = true;
     this.regions = {};