Roo/bootstrap/Element.js
authorEdward <edward@roojs.com>
Mon, 28 Apr 2014 08:03:34 +0000 (16:03 +0800)
committerEdward <edward@roojs.com>
Mon, 28 Apr 2014 08:03:34 +0000 (16:03 +0800)
Roo/bootstrap/Element.js

index 6436cb8..1d4ed1b 100644 (file)
@@ -33,9 +33,11 @@ Roo.extend(Roo.bootstrap.Element, Roo.bootstrap.Component,  {
         
         var cfg = {
             tag: this.tag,
-            cls: '',
+            cls: this.cls,
             html: this.html
         }
+        
+        
        
         return cfg;
     }