Missed closing brace

This commit is contained in:
jeremy@jermolene.com
2023-01-13 16:38:35 +00:00
parent 11f4277fc9
commit cc6895b291
+1
View File
@@ -54,6 +54,7 @@ function SimpleEngine(options) {
}
if(this.widget.editDir) {
this.domNode.setAttribute("dir",this.widget.editDir);
}
if(this.widget.editAutoComplete) {
this.domNode.setAttribute("autocomplete",this.widget.editAutoComplete);
}