This commit is contained in:
Olivier Gagnon
2021-05-07 22:26:02 -04:00
parent 5dd32ef4e4
commit d96ad9fa6e
8 changed files with 119 additions and 64 deletions
-1
View File
@@ -189,7 +189,6 @@ class CodeMirrorEditorWrapper extends ScriptEditor {
}
}
}
netscriptFns.sort().reverse();
CodeMirror.hint.netscript = function(editor) {
const origList = CodeMirror.hint.javascript(editor) || {from: editor.getCursor(), to: editor.getCursor(), list: []};