Skip to content

Commit

Permalink
Removing line that's causing an error
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed May 4, 2018
1 parent 7e41dc5 commit 063dd36
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -49,7 +49,7 @@ app.directive('pipelineEdit', function ($injector) {
$scope.aceLoaded = (editor) => {
this.editor = editor;
editor.setReadOnly(this.isReadOnly);
editor.getSession().setMode("ace/mode/ruby");
// editor.getSession().setMode("ace/mode/ruby");
editor.setOptions({
minLines: 25,
maxLines: Infinity
Expand Down

0 comments on commit 063dd36

Please sign in to comment.