Roo/bootstrap/TabPanel.js
authorEdward <edward@roojs.com>
Fri, 29 Aug 2014 05:27:09 +0000 (13:27 +0800)
committerEdward <edward@roojs.com>
Fri, 29 Aug 2014 05:27:09 +0000 (13:27 +0800)
Roo/bootstrap/TabPanel.js

index a7f95f8..8e5c140 100644 (file)
@@ -69,11 +69,10 @@ Roo.extend(Roo.bootstrap.TabPanel, Roo.bootstrap.Component,  {
             if (!item) {
                 Roo.log("could not find navID:"  + this.navId + ", tabId: " + this.tabId);
             } else {
-                item.on('changed', function(e, item, state) {
+                item.on('changed', function(item, state) {
                     Roo.log(e);
-                    Roo.log(item);
                     this.setActive(state);
-                }, this, e);
+                }, this);
             }
         }