X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2FLayoutManager.js;h=f7d7c7f78a8e21b5685d0177c4fb1261e1150abe;hb=dc5d9380aff25134bf025953bdafe40b580337ff;hp=a1b325f3a16a804a07807061c8431733acd72a80;hpb=95b5ec35eb3384d9929e7520f14b4a458a967566;p=roojs1 diff --git a/Roo/LayoutManager.js b/Roo/LayoutManager.js index a1b325f3a1..f7d7c7f78a 100644 --- a/Roo/LayoutManager.js +++ b/Roo/LayoutManager.js @@ -15,12 +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); - // ie scrollbar fix if(this.el.dom == document.body && Roo.isIE && !config.allowScroll){ document.body.scroll = "no"; @@ -29,8 +25,6 @@ Roo.LayoutManager = function(container, config){ } this.id = this.el.id; this.el.addClass("x-layout-container"); - Roo.log(this); - return; /** false to disable window resize monitoring @type Boolean */ this.monitorWindowResize = true; this.regions = {};