From 11e59fd716568dfcaeadc3d55db47667eb5ecb4e Mon Sep 17 00:00:00 2001 From: edward Date: Tue, 1 Dec 2015 13:11:04 +0800 Subject: [PATCH] Roo/bootstrap/TabGroup.js --- Roo/bootstrap/TabGroup.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/bootstrap/TabGroup.js b/Roo/bootstrap/TabGroup.js index 83f91b813d..36b46a31fa 100644 --- a/Roo/bootstrap/TabGroup.js +++ b/Roo/bootstrap/TabGroup.js @@ -86,8 +86,6 @@ Roo.extend(Roo.bootstrap.TabGroup, Roo.bootstrap.Column, { { Roo.log('-------- init events on tab group ---------'); - var _this = this; - if(this.bullets > 0 && !Roo.isTouch){ this.initBullet(); } @@ -283,6 +281,8 @@ Roo.extend(Roo.bootstrap.TabGroup, Roo.bootstrap.Column, { return; } + var _this = this; + Roo.each(this.el.select('.bullet', true).elements, function(el){ el.removeClass('selected'); }); -- 2.39.2