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

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