Roo/bootstrap/TabGroup.js
authoredward <edward@roojs.com>
Tue, 1 Dec 2015 05:09:19 +0000 (13:09 +0800)
committeredward <edward@roojs.com>
Tue, 1 Dec 2015 05:09:19 +0000 (13:09 +0800)
Roo/bootstrap/TabGroup.js

index eb9b494..16620ed 100644 (file)
@@ -89,7 +89,7 @@ Roo.extend(Roo.bootstrap.TabGroup, Roo.bootstrap.Column,  {
         var _this = this;
         
         if(this.bullets > 0 && !Roo.isTouch){
-            
+            this.initBullets();
             for (var i = 0; i < this.bullets; i++){
                 var bullet = this.el.select('.bullet-' + i, true).first();
                 
@@ -269,6 +269,11 @@ Roo.extend(Roo.bootstrap.TabGroup, Roo.bootstrap.Column,  {
         this.showPanel(this.tabs[i-1]);
     },
     
+    initBullet : function()
+    {
+        
+    },
+    
     setActiveBullet : function(i)
     {
         if(Roo.isTouch){