From 58406519a5b7c40995361952202bfe4974954ffb Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 9 Apr 2014 16:34:11 +0800 Subject: [PATCH] Roo/LayoutManager.js --- Roo/LayoutManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/LayoutManager.js b/Roo/LayoutManager.js index f7d7c7f78a..10a93609be 100644 --- a/Roo/LayoutManager.js +++ b/Roo/LayoutManager.js @@ -24,7 +24,7 @@ Roo.LayoutManager = function(container, config){ this.el.position('relative'); } this.id = this.el.id; - this.el.addClass("x-layout-container"); +// this.el.addClass("x-layout-container"); /** false to disable window resize monitoring @type Boolean */ this.monitorWindowResize = true; this.regions = {}; -- 2.39.2