Roo/bootstrap/dash/TabBox.js
authorAlan Knowles <alan@roojs.com>
Tue, 31 Mar 2015 09:45:33 +0000 (17:45 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 31 Mar 2015 09:45:33 +0000 (17:45 +0800)
Roo/bootstrap/dash/TabBox.js

index c8f538f..1905f73 100644 (file)
@@ -151,7 +151,7 @@ Roo.extend(Roo.bootstrap.dash.TabBox, Roo.bootstrap.Component,  {
         this.getChildContainer().select('.tab-pane',true).removeClass('active');
         // technically we should have a deactivate event.. but maybe add later.
         // and it should not de-activate the selected tab...
-        thie.fireEvent('activatepane', pane);
+        this.fireEvent('activatepane', pane);
         pane.el.addClass('active');
         pane.fireEvent('activate');