From: Alan Knowles Date: Fri, 30 Jan 2015 04:49:38 +0000 (+0800) Subject: Roo/bootstrap/dash/TabBox.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=0efd0e37e4e83c32de6fb5525031e0a64524a91b;p=roojs1 Roo/bootstrap/dash/TabBox.js --- diff --git a/Roo/bootstrap/dash/TabBox.js b/Roo/bootstrap/dash/TabBox.js index 4ab36e5235..3bc4e2732f 100644 --- a/Roo/bootstrap/dash/TabBox.js +++ b/Roo/bootstrap/dash/TabBox.js @@ -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));