Merge pull request #2521 from puffnfresh/patch-1

Fix invalid syntax in autoresize.html
This commit is contained in:
Harutyun Amirjanyan 2015-05-31 16:45:13 +04:00
commit cafc7e7ce1

View file

@ -49,7 +49,6 @@ require(["ace/ace"], function(ace) {
var editor = ace.edit("editor3");
editor.setOptions({
maxLines: 100,
autoScrollEditorIntoView: true,
maxLines: 8
});