1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-28 07:08:20 +00:00

Missed closing brace

This commit is contained in:
jeremy@jermolene.com 2023-01-13 16:38:35 +00:00
parent 11f4277fc9
commit cc6895b291

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);
}