Roo/form/HtmlEditor.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 15 Aug 2011 08:20:40 +0000 (16:20 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 15 Aug 2011 08:20:40 +0000 (16:20 +0800)
Roo/form/HtmlEditor.js

index e2e7bdd..7a02978 100644 (file)
@@ -137,7 +137,7 @@ Roo.form.HtmlEditor = Roo.extend(Roo.form.Field, {
             tag: "textarea",
             style:'width: ' + this.width + 'px;height: ' + this.height + 'px;',
             autocomplete: "off"
-        },
+        };
     },
 
     /**