X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2FLayoutManager.js;h=f7d7c7f78a8e21b5685d0177c4fb1261e1150abe;hb=refs%2Fheads%2Fwip_leon_T7094_logo_image_upload_in_boilerplate;hp=4dcd565f5a002c2b872fb33bd642d823a25277d8;hpb=610f3103b1e7cf8de94e756883b2b8d3cdecd020;p=roojs1 diff --git a/Roo/LayoutManager.js b/Roo/LayoutManager.js index 4dcd565f5a..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); // 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{