Fix linting in JavaScript editor

This commit is contained in:
Berkeley Martinez
2015-10-23 15:38:51 -07:00
parent 844f978fb0
commit 756efcd9fb
3 changed files with 4 additions and 4 deletions

View File

@@ -374,8 +374,9 @@ var editor = (function(CodeMirror, emmetCodeMirror, common) {
}
var editor = CodeMirror.fromTextArea(document.getElementById('codeEditor'), {
lint: true,
lineNumbers: true,
mode: 'text',
mode: 'javascript',
theme: 'monokai',
runnable: true,
matchBrackets: true,