From 671d2b94996ac71d56b2d05d5fe694ed7d84fa59 Mon Sep 17 00:00:00 2001 From: Ananya Sen Date: Wed, 4 Apr 2012 12:27:35 -0700 Subject: upgrading to CodeMirror 2.23, since it has an important fix to Not close Ninja, if backspace is pressed while autocomplete dropdown is open. Signed-off-by: Ananya Sen --- imports/codemirror/mode/properties/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'imports/codemirror/mode/properties/index.html') diff --git a/imports/codemirror/mode/properties/index.html b/imports/codemirror/mode/properties/index.html index 3df6a3ae..4f0c269c 100755 --- a/imports/codemirror/mode/properties/index.html +++ b/imports/codemirror/mode/properties/index.html @@ -5,7 +5,6 @@ - @@ -34,7 +33,8 @@ spaces\ in\ keys=Not very common... var editor = CodeMirror.fromTextArea(document.getElementById("code"), {}); -

MIME types defined: text/x-properties.

+

MIME types defined: text/x-properties, + text/x-ini.

-- cgit v1.2.3