Roo/bootstrap/dash/TabBox.js
authormichael <michael@office.ROOJS.COM>
Wed, 26 Nov 2014 09:45:50 +0000 (17:45 +0800)
committermichael <michael@office.ROOJS.COM>
Wed, 26 Nov 2014 09:45:50 +0000 (17:45 +0800)
Roo/bootstrap/dash/TabBox.js

index 7baea6f..ead2104 100644 (file)
@@ -99,7 +99,7 @@ Roo.extend(Roo.bootstrap.dash.TabBox, Roo.bootstrap.Component,  {
     {
         Roo.log('img onclick');
         if(!this.el.hasClass('active')){
-            Roo.select('.active',true).fisrt().el.removeClass('active');;
+            Roo.select('.active',true).fisrt().removeClass('active');
             thi.el.addClass('active');
         }
         this.fireEvent('toggle', this, e);