Roo/bootstrap/TabPanel.js
authorAlan Knowles <alan@roojs.com>
Wed, 4 Feb 2015 07:03:06 +0000 (15:03 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 4 Feb 2015 07:03:06 +0000 (15:03 +0800)
Roo/bootstrap/TabPanel.js

index 58b50e8..e86fa43 100644 (file)
@@ -92,6 +92,7 @@ Roo.extend(Roo.bootstrap.TabPanel, Roo.bootstrap.Component,  {
                 } else {
                     item.on('changed', function(item, state) {
                         this.setActive(state);
+                    }, this);
                 }
             }
         }