Cleaned global scope from "option" var
This commit is contained in:
parent
8e0a712c83
commit
f818318ecc
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,7 @@ function setupApi(editor, editorDiv, settingDiv, ace, options) {
|
|||
}
|
||||
}
|
||||
|
||||
for (option in ace.options) {
|
||||
for (var option in ace.options) {
|
||||
ret.setOption(option, ace.options[option]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue