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

index 5ecdbf2..afa14e1 100644 (file)
@@ -134,7 +134,8 @@ Roo.extend(Roo.bootstrap.TabGroup, Roo.bootstrap.Column,  {
         }
         
         if(this.showarrow){
-            this.el.select('.carousel-prev', 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);
         }