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

index ab3d673..d7e78df 100644 (file)
@@ -281,11 +281,11 @@ Roo.extend(Roo.bootstrap.TabGroup, Roo.bootstrap.Column,  {
 
             this.showPanel(ii);
 
-            if(_this.autoslide && _this.slideFn){
-                clearInterval(_this.slideFn);
+            if(this.autoslide && this.slideFn){
+                clearInterval(this.slideFn);
                 _this.slideFn = window.setInterval(function() {
-                    _this.showPanelNext();
-                }, _this.timer);
+                    this.showPanelNext();
+                }, this.timer);
             }
 
         }).createDelegate(this, [i, bullet], true));