Roo/bootstrap/dash/TabBox.js
authorAlan Knowles <alan@roojs.com>
Fri, 30 Jan 2015 04:49:38 +0000 (12:49 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 30 Jan 2015 04:49:38 +0000 (12:49 +0800)
Roo/bootstrap/dash/TabBox.js

index 4ab36e5..3bc4e27 100644 (file)
@@ -113,7 +113,7 @@ Roo.extend(Roo.bootstrap.dash.TabBox, Roo.bootstrap.Component,  {
                     html : pane.title
                 }
             ]
-        }, qty ? existing.first().dom : this.el.select('nav-tabs .header', true).first() );
+        }, qty ? existing.first().dom : this.el.select('nav-tabs .header', true).first().dom );
         pane.tab = tab;
         
         tab.on('click', this.onTabClick.createDelegate(this, [pane], true));