Removing line that's causing an error (#18807)

This commit is contained in:
Shaunak Kashyap 2018-05-04 06:26:51 -07:00
parent d4f132d716
commit f11b52f619

View file

@ -49,7 +49,6 @@ app.directive('pipelineEdit', function ($injector) {
$scope.aceLoaded = (editor) => {
this.editor = editor;
editor.setReadOnly(this.isReadOnly);
editor.getSession().setMode("ace/mode/ruby");
editor.setOptions({
minLines: 25,
maxLines: Infinity