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

index 06a0ffa..3ca4739 100644 (file)
@@ -49,7 +49,7 @@ Roo.extend(Roo.bootstrap.Element, Roo.bootstrap.Component,  {
             tag: this.tag,
             cls: this.cls,
             html: this.html
-        }
+        };
         
         return cfg;
     },