From 50700a08a70d011432cf28c0aec26254ef627e6d Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Wed, 15 Oct 2014 21:52:04 +0800 Subject: [PATCH] . --- static/js/editors.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/editors.js b/static/js/editors.js index e725e1e..34077a7 100644 --- a/static/js/editors.js +++ b/static/js/editors.js @@ -110,7 +110,6 @@ var editors = { for (var i = 0; i < autocompleteArray.length; i++) { var displayText = ''; - // TODO: 图标 switch (autocompleteArray[i].class) { case "type": case "const":