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