mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-04 07:44:01 +01:00
Call upon CM's redefined object structure
This commit is contained in:
@@ -153,8 +153,8 @@ CodeMirror.keyMap.ICEcoder = {
|
||||
};
|
||||
CodeMirror.commands.autocomplete = function(cm) {
|
||||
CodeMirror.showHint(cm, top.ICEcoder.caretLocType=="JavaScript"
|
||||
? CodeMirror.javascriptHint
|
||||
: CodeMirror.htmlHint
|
||||
? CodeMirror.hint.javascript
|
||||
: CodeMirror.hint.html
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user