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

index ccc2f0a..4662df2 100644 (file)
@@ -296,7 +296,8 @@ Roo.extend(Roo.bootstrap.TabGroup, Roo.bootstrap.Column,  {
     
     addBullet: function()
     {
-        if(!this.bullets || Roo.isTouch){
+//        if(!this.bullets || Roo.isTouch){
+        if(!this.bullets){
             return;
         }
         var ctr = this.el.select('.carousel-bullets',true).first();