X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2FLayoutManager.js;h=f7d7c7f78a8e21b5685d0177c4fb1261e1150abe;hb=61bc45258e16a779856dd2ad0862630b489e4583;hp=27f7f0c58d53d103a8356610b027fe52dcc5b7b9;hpb=0f79046c4e0da802c8b89fbe812119a712db5c0b;p=roojs1 diff --git a/Roo/LayoutManager.js b/Roo/LayoutManager.js index 27f7f0c58d..f7d7c7f78a 100644 --- a/Roo/LayoutManager.js +++ b/Roo/LayoutManager.js @@ -16,12 +16,7 @@ */ Roo.LayoutManager = function(container, config){ Roo.LayoutManager.superclass.constructor.call(this); - Roo.log('run!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'); - Roo.log(container); - this.el = Roo.get(container); - 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"; @@ -116,8 +111,6 @@ Roo.extend(Roo.LayoutManager, Roo.util.Observable, { */ getViewSize : function(){ var size; - Roo.log('getViewSize!!!!!!!!!!!!!!!!!!!!!!!!!!!!1'); - Roo.log(this.el.dom); if(this.el.dom != document.body){ size = this.el.getSize(); }else{