From 835ae1c9674e42dabe9e54891a245d83b272383b Mon Sep 17 00:00:00 2001 From: john Date: Tue, 26 Sep 2017 18:16:38 +0800 Subject: [PATCH] Roo/bootstrap/layout/Manager.js --- Roo/bootstrap/layout/Manager.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/bootstrap/layout/Manager.js b/Roo/bootstrap/layout/Manager.js index f1d05f30b3..669a19fce4 100644 --- a/Roo/bootstrap/layout/Manager.js +++ b/Roo/bootstrap/layout/Manager.js @@ -16,7 +16,7 @@ */ Roo.bootstrap.layout.Manager = function(config) { - Roo.bootstrap.layout.Manager.superclass.constructor.call(this); + Roo.bootstrap.layout.Manager.superclass.constructor.call(this,config); @@ -78,7 +78,7 @@ Roo.extend(Roo.bootstrap.layout.Manager, Roo.bootstrap.Component, { this.el = Roo.get(ct); this.initEvents(); } - this.fireEvent('render',this); + //this.fireEvent('render',this); }, -- 2.39.2