fix docs
[roojs1] / Roo / bootstrap / TableCell.js
index 9fc925b..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;
@@ -112,7 +112,7 @@ Roo.extend(Roo.bootstrap.TableCell, Roo.bootstrap.Component,  {
             cfg.width=this.width
         }
         
-       Roo.log(cfg);
+       
         return cfg;
     }