This commit is contained in:
Liang Ding 2014-11-19 15:20:01 +08:00
parent a07f3f5c8c
commit 13d7250744
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ var editors = {
CodeMirror.commands.autocompleteAfterDot = function (cm) {
var token = cm.getTokenAt(cm.getCursor());
if ("comment" === token.type) {
return;
return CodeMirror.Pass;
}
setTimeout(function () {