Roo/bootstrap/TabGroup.js
authoredward <edward@roojs.com>
Fri, 21 Jul 2017 06:19:03 +0000 (14:19 +0800)
committeredward <edward@roojs.com>
Fri, 21 Jul 2017 06:19:03 +0000 (14:19 +0800)
Roo/bootstrap/TabGroup.js

index afa14e1..158d954 100644 (file)
@@ -134,8 +134,8 @@ Roo.extend(Roo.bootstrap.TabGroup, Roo.bootstrap.Column,  {
         }
         
         if(this.showarrow){
-            this.el.select('.carousel-prev', true).first().on('click', this.showPanelPrev(), this);
-            this.el.select('.carousel-next', true).first().on('click', this.showPanelNext(), this);
+            this.el.select('.carousel-prev', true).first().on('click', this.showPanelPrev, this);
+            this.el.select('.carousel-next', true).first().on('click', this.showPanelNext, this);
         }