Roo/bootstrap/TabGroup.js
authoredward <edward@roojs.com>
Tue, 1 Dec 2015 05:22:08 +0000 (13:22 +0800)
committeredward <edward@roojs.com>
Tue, 1 Dec 2015 05:22:08 +0000 (13:22 +0800)
Roo/bootstrap/TabGroup.js

index 57ddf3a..005ef0a 100644 (file)
@@ -91,6 +91,9 @@ Roo.extend(Roo.bootstrap.TabGroup, Roo.bootstrap.Column,  {
         }
         
         if(this.autoslide){
+            
+            var _this = this;
+            
             this.slideFn = window.setInterval(function() {
                 _this.showPanelNext();
             }, this.timer);