Roo/bootstrap/TabPanel.js
authoredward <edward@roojs.com>
Tue, 1 Dec 2015 05:31:18 +0000 (13:31 +0800)
committeredward <edward@roojs.com>
Tue, 1 Dec 2015 05:31:18 +0000 (13:31 +0800)
Roo/bootstrap/TabPanel.js

index f98c58d..45357a9 100644 (file)
@@ -82,7 +82,7 @@ Roo.extend(Roo.bootstrap.TabPanel, Roo.bootstrap.Component,  {
         if (typeof(this.navId) != 'undefined') {
             // not really needed.. but just in case.. parent should be a NavGroup.
             var tg = Roo.bootstrap.TabGroup.get(this.navId);
-            
+            Roo.log(['register', tg, this]);
             tg.register(this);
             
             var i = tg.tabs.length - 1;