From 610f3103b1e7cf8de94e756883b2b8d3cdecd020 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 9 Apr 2014 16:24:42 +0800 Subject: [PATCH] Roo/LayoutManager.js --- Roo/LayoutManager.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Roo/LayoutManager.js b/Roo/LayoutManager.js index f7b94150a0..4dcd565f5a 100644 --- a/Roo/LayoutManager.js +++ b/Roo/LayoutManager.js @@ -18,8 +18,10 @@ Roo.LayoutManager = function(container, config){ Roo.LayoutManager.superclass.constructor.call(this); Roo.log('run!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'); Roo.log(container); - return; + this.el = Roo.get(container); + Roo.log('this.el'); + Roo.log(this.el); // ie scrollbar fix if(this.el.dom == document.body && Roo.isIE && !config.allowScroll){ document.body.scroll = "no"; -- 2.39.2