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

index f36729b..a1b325f 100644 (file)
@@ -20,8 +20,7 @@ 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";
@@ -30,6 +29,8 @@ 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 = {};