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

index 4dcd565..27f7f0c 100644 (file)
@@ -21,7 +21,7 @@ Roo.LayoutManager = function(container, config){
     
     this.el = Roo.get(container);
     Roo.log('this.el');
-    Roo.log(this.el);
+    Roo.log(this.el);return;
     // ie scrollbar fix
     if(this.el.dom == document.body && Roo.isIE && !config.allowScroll){
         document.body.scroll = "no";