From 13d7250744aab673d4435ea640df2462d45b0c6b Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Wed, 19 Nov 2014 15:20:01 +0800 Subject: [PATCH] . --- static/js/editors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/editors.js b/static/js/editors.js index 73cf1a0..d4c1e61 100644 --- a/static/js/editors.js +++ b/static/js/editors.js @@ -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 () {