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

index 1ed69f2..f7b9415 100644 (file)
@@ -18,6 +18,7 @@ Roo.LayoutManager = function(container, config){
     Roo.LayoutManager.superclass.constructor.call(this);
     Roo.log('run!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!');
     Roo.log(container);
+    return;
     this.el = Roo.get(container);
     // ie scrollbar fix
     if(this.el.dom == document.body && Roo.isIE && !config.allowScroll){