X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2FLayoutManager.js;h=f7d7c7f78a8e21b5685d0177c4fb1261e1150abe;hb=0b69a11b1055a6d3a3fd0719bdd58b5a235de0e4;hp=0ab35293a8d54dc573bed9a919624472142df29d;hpb=850fff72da2bec89b73631e93bf1c679af4512d1;p=roojs1 diff --git a/Roo/LayoutManager.js b/Roo/LayoutManager.js index 0ab35293a8..f7d7c7f78a 100644 --- a/Roo/LayoutManager.js +++ b/Roo/LayoutManager.js @@ -15,13 +15,8 @@ * Base class for layout managers. */ Roo.LayoutManager = function(container, config){ - Roo.log('3'); - Roo.LayoutManager.superclass.constructor.call(this); - this.el = Roo.get(container); - Roo.log(this); - return; // ie scrollbar fix if(this.el.dom == document.body && Roo.isIE && !config.allowScroll){ document.body.scroll = "no"; @@ -30,7 +25,6 @@ Roo.LayoutManager = function(container, config){ } this.id = this.el.id; this.el.addClass("x-layout-container"); - /** false to disable window resize monitoring @type Boolean */ this.monitorWindowResize = true; this.regions = {};