Roo/bootstrap/TabGroup.js
authorEdward <edward@roojs.com>
Mon, 9 Feb 2015 02:37:44 +0000 (10:37 +0800)
committerEdward <edward@roojs.com>
Mon, 9 Feb 2015 02:37:44 +0000 (10:37 +0800)
Roo/bootstrap/TabGroup.js

index 9191f1f..eabef05 100644 (file)
@@ -109,8 +109,6 @@ Roo.extend(Roo.bootstrap.TabGroup, Roo.bootstrap.Column,  {
     showPanel : function (pan)
     {
         
-        
-        
         if (typeof(pan) == 'number') {
             pan = this.tabs[pan];
         }
@@ -126,8 +124,6 @@ Roo.extend(Roo.bootstrap.TabGroup, Roo.bootstrap.Column,  {
             return false;
         }
         
-        
-        
         if (this.carousel) {
             this.transition = true;
             var dir = this.indexOfPanel(pan) > this.indexOfPanel(cur)  ? 'next' : 'prev';