From 73e2ea609dbd8c93c67e83f4fc9baa31b872c442 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 6 Nov 2015 15:56:07 +0800 Subject: [PATCH] Roo/bootstrap/Component.js --- Roo/bootstrap/Component.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Roo/bootstrap/Component.js b/Roo/bootstrap/Component.js index 77824cc283..2d20b3e4ca 100644 --- a/Roo/bootstrap/Component.js +++ b/Roo/bootstrap/Component.js @@ -75,6 +75,7 @@ Roo.extend(Roo.bootstrap.Component, Roo.BoxComponent, { parent: function() { // returns the parent component.. + Roo.log(this.parentId); return Roo.ComponentMgr.get(this.parentId) -- 2.39.2