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

index 6f2532d..a68ee88 100644 (file)
  */
 Roo.LayoutManager = function(container, config){
     Roo.log('3');
-    Roo.log(this);
-    return;
+    
     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";