allow string based values for comboboxarray
[roojs1] / Roo / bootstrap / TableCell.js
index 08e8ced..09df6ff 100644 (file)
@@ -58,9 +58,9 @@ Roo.extend(Roo.bootstrap.TableCell, Roo.bootstrap.Component,  {
     getAutoCreate : function(){
         var cfg = Roo.apply({}, Roo.bootstrap.TableCell.superclass.getAutoCreate.call(this));
        
-       cfg = {
-           tag: 'td'
-       }
+        cfg = {
+            tag: 'td'
+        };
         
         if(this.tag){
             cfg.tag = this.tag;
@@ -72,7 +72,6 @@ Roo.extend(Roo.bootstrap.TableCell, Roo.bootstrap.Component,  {
         if (this.cls) {
             cfg.cls=this.cls
         }
-        
         if (this.abbr) {
             cfg.abbr=this.abbr
         }