allow string based values for comboboxarray
[roojs1] / Roo / bootstrap / TableBody.js
index 4a40021..8f23365 100644 (file)
@@ -37,7 +37,7 @@ Roo.extend(Roo.bootstrap.TableBody, Roo.bootstrap.Component,  {
        
         cfg = {
             tag: 'tbody'
-        }
+        };
             
         if (this.cls) {
             cfg.cls=this.cls
@@ -59,6 +59,7 @@ Roo.extend(Roo.bootstrap.TableBody, Roo.bootstrap.Component,  {
         return cfg;
     }
     
+    
 //    initEvents : function()
 //    {
 //        
@@ -77,6 +78,7 @@ Roo.extend(Roo.bootstrap.TableBody, Roo.bootstrap.Component,  {
 //    {   
 //        this.fireEvent('load', this);
 //    }
+//    
 //   
 });