Merge pull request #2521 from puffnfresh/patch-1
Fix invalid syntax in autoresize.html
This commit is contained in:
commit
cafc7e7ce1
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