This commit is contained in:
Liang Ding 2014-08-23 20:50:20 +08:00
parent 71eb6a8eb5
commit 8b73ae6ec6
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ var editors = {
if (!cm.state.completionActive) {
cm.showHint({hint: CodeMirror.hint.go, completeSingle: false});
}
}, 100)
}, 50)
return CodeMirror.Pass;
};