Roo/bootstrap/TabGroup.js
authorAlan Knowles <alan@roojs.com>
Fri, 22 Apr 2016 02:03:37 +0000 (10:03 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 22 Apr 2016 02:03:37 +0000 (10:03 +0800)
Roo/bootstrap/TabGroup.js

index 4a83cba..9eef6e5 100644 (file)
@@ -285,7 +285,7 @@ Roo.extend(Roo.bootstrap.TabGroup, Roo.bootstrap.Column,  {
                 clearInterval(this.slideFn);
                 this.slideFn = window.setInterval(function() {
                     this.showPanelNext();
-                }, this.timer);
+                }, this);
             }
 
         }).createDelegate(this, [i, bullet], true));