Fix #6465 - drag drop for cards
[roojs1] / Roo / bootstrap / TableRow.js
index 91479bf..9e20d2a 100644 (file)
@@ -37,7 +37,7 @@ Roo.extend(Roo.bootstrap.TableRow, Roo.bootstrap.Component,  {
        
         cfg = {
             tag: 'tr'
-        }
+        };
             
         if(this.cls){
             cfg.cls = this.cls;
@@ -55,8 +55,6 @@ Roo.extend(Roo.bootstrap.TableRow, Roo.bootstrap.Component,  {
             cfg.valign = this.valign;
         }
        
-        Roo.log(cfg);
-        
         return cfg;
     }