X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2FLayoutManager.js;h=f7d7c7f78a8e21b5685d0177c4fb1261e1150abe;hb=61bc45258e16a779856dd2ad0862630b489e4583;hp=f7b94150a0ef8bc52bbe30a5c4cb66e587f9199e;hpb=4200bd88c9ca5e1da985ac5227d26425a8aba08d;p=roojs1 diff --git a/Roo/LayoutManager.js b/Roo/LayoutManager.js index f7b94150a0..f7d7c7f78a 100644 --- a/Roo/LayoutManager.js +++ b/Roo/LayoutManager.js @@ -16,9 +16,6 @@ */ Roo.LayoutManager = function(container, config){ Roo.LayoutManager.superclass.constructor.call(this); - Roo.log('run!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'); - Roo.log(container); - return; this.el = Roo.get(container); // ie scrollbar fix if(this.el.dom == document.body && Roo.isIE && !config.allowScroll){ @@ -114,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{