Roo/bootstrap/TableCell.js
authorAlan Knowles <alan@roojs.com>
Wed, 30 Mar 2016 10:04:59 +0000 (18:04 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 30 Mar 2016 10:04:59 +0000 (18:04 +0800)
Roo/bootstrap/TableCell.js

index 21921e5..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;