From 99ff2dc6985ac533ea3e24328d4b3ff594bdc9dd Mon Sep 17 00:00:00 2001 From: edward Date: Tue, 1 Dec 2015 13:25:44 +0800 Subject: [PATCH] Roo/bootstrap/Component.js --- Roo/bootstrap/Component.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Roo/bootstrap/Component.js b/Roo/bootstrap/Component.js index 88c87ab832..77824cc283 100644 --- a/Roo/bootstrap/Component.js +++ b/Roo/bootstrap/Component.js @@ -126,6 +126,8 @@ Roo.extend(Roo.bootstrap.Component, Roo.BoxComponent, { cfg.name = this.name; } + + this.el = ct.createChild(cfg, position); if (this.tooltip) { -- 2.39.2