Fix #6465 - drag drop for cards
[roojs1] / Roo / bootstrap / Element.js
index 06a0ffa..bed0e4a 100644 (file)
@@ -47,9 +47,9 @@ Roo.extend(Roo.bootstrap.Element, Roo.bootstrap.Component,  {
         
         var cfg = {
             tag: this.tag,
-            cls: this.cls,
+            // cls: this.cls, double assign in parent class Component.js :: onRender
             html: this.html
-        }
+        };
         
         return cfg;
     },