mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-16 06:44:50 +00:00
Missed closing brace
This commit is contained in:
parent
11f4277fc9
commit
cc6895b291
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user