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

index dc3b043..426ae54 100644 (file)
@@ -72,7 +72,7 @@ Roo.extend(Roo.bootstrap.TabPanel, Roo.bootstrap.Component,  {
                 item.on('changed', function(e, item, state) {
                     Roo.log(e);
                     this.setActive(state);
-                }, this);
+                }, this, e);
             }
         }