Roo/form/TextItem.js
authorEdward <edward@roojs.com>
Thu, 7 Mar 2019 02:49:46 +0000 (10:49 +0800)
committerEdward <edward@roojs.com>
Thu, 7 Mar 2019 02:49:46 +0000 (10:49 +0800)
Roo/form/TextItem.js

index 632201d..251d3ad 100644 (file)
@@ -42,7 +42,7 @@ Roo.extend(Roo.form.TextItem, Roo.BoxComponent,  {
             id: this.id,
             tag: this.tag,
             html: this.html
-        }
+        };
         
         if(this.cls) {
             cfg.cls = this.cls;