We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50178a5 commit 9ba1757Copy full SHA for 9ba1757
lib/codemirror.js
@@ -3184,7 +3184,7 @@ window.CodeMirror = (function() {
3184
for (var i = 1; i <= 12; i++) keyNames[i + 111] = keyNames[i + 63235] = "F" + i;
3185
})();
3186
3187
- CodeMirror.version = "2.37 +";
+ CodeMirror.version = "2.38";
3188
3189
return CodeMirror;
3190
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codemirror",
3
- "version":"2.37.01",
+ "version":"2.38.00",
4
"main": "codemirror.js",
5
"description": "In-browser code editing made bearable",
6
"licenses": [{"type": "MIT",
0 commit comments