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

index 52d97ae..f47c851 100644 (file)
@@ -19,6 +19,7 @@ Roo.LayoutManager = function(container, config){
     this.el = Roo.get(container);
     Roo.log('height!!!!!!!!!!!!!!!!!');
     Roo.log(this.el.getStyles('width', 'height'));
+    return;
     // ie scrollbar fix
     if(this.el.dom == document.body && Roo.isIE && !config.allowScroll){
         document.body.scroll = "no";