Roo/bootstrap/TabGroup.js
authorAlan Knowles <alan@roojs.com>
Tue, 19 Apr 2016 09:09:39 +0000 (17:09 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 19 Apr 2016 09:09:39 +0000 (17:09 +0800)
Roo/bootstrap/TabGroup.js

index d7e78df..4a83cba 100644 (file)
@@ -283,7 +283,7 @@ Roo.extend(Roo.bootstrap.TabGroup, Roo.bootstrap.Column,  {
 
             if(this.autoslide && this.slideFn){
                 clearInterval(this.slideFn);
-                _this.slideFn = window.setInterval(function() {
+                this.slideFn = window.setInterval(function() {
                     this.showPanelNext();
                 }, this.timer);
             }