pull/1/head
yann300 6 years ago committed by GitHub
parent 63fad50dfb
commit 4b40a84ee5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/app/editor/editor.js

@ -110,7 +110,7 @@ function Editor (opts = {}, localRegistry) {
'py': 'ace/mode/python',
'txt': 'ace/mode/text',
'json': 'ace/mode/json',
'abi': 'ace/mode/json',
'abi': 'ace/mode/json'
}
editor.on('guttermousedown', function (e) {

Loading…
Cancel
Save