Merge pull request #318 from bolste/patch-1
Cleaned global scope from "option" var
This commit is contained in:
commit
0cbc1dd611
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