mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-04-28 17:51:30 +00:00
Missed closing brace
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user