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

index 75c65a2..f7d7c7f 100644 (file)
@@ -17,9 +17,6 @@
 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'));
-    return;
     // ie scrollbar fix
     if(this.el.dom == document.body && Roo.isIE && !config.allowScroll){
         document.body.scroll = "no";