Fix invalid syntax in autoresize.html
The options literal had a duplicate key.
This commit is contained in:
parent
0a3b002e28
commit
abdc4c7510
1 changed files with 0 additions and 1 deletions
|
|
@ -49,7 +49,6 @@ require(["ace/ace"], function(ace) {
|
|||
|
||||
var editor = ace.edit("editor3");
|
||||
editor.setOptions({
|
||||
maxLines: 100,
|
||||
autoScrollEditorIntoView: true,
|
||||
maxLines: 8
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue