Roo/bootstrap/dash/TabGroup.js
authorEdward <edward@roojs.com>
Mon, 1 Dec 2014 02:02:42 +0000 (10:02 +0800)
committerEdward <edward@roojs.com>
Mon, 1 Dec 2014 02:02:42 +0000 (10:02 +0800)
Roo/bootstrap/dash/TabGroup.js

index 84f2ab8..d2b19ea 100644 (file)
@@ -58,13 +58,13 @@ Roo.extend(Roo.bootstrap.dash.TabGroup, Roo.bootstrap.Component,  {
             cn: [{
                 tag: 'span',
                 cls: 'pull-left header',
-                html: this.title ? this.title : 'Title',
+                html: this.title ? this.title : 'Title'
             }]
         }
           
         
         return cfg;
-    },
+    }
     
     
 });