From c956555da4d0badb5ab0dc335ce8ae9a7720c499 Mon Sep 17 00:00:00 2001 From: cahrens Date: Thu, 31 Jan 2013 14:50:21 -0500 Subject: [PATCH] Note the codemirror version. --- common/static/js/vendor/CodeMirror/codemirror.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/static/js/vendor/CodeMirror/codemirror.js b/common/static/js/vendor/CodeMirror/codemirror.js index ff127f80f6..d345d64a26 100644 --- a/common/static/js/vendor/CodeMirror/codemirror.js +++ b/common/static/js/vendor/CodeMirror/codemirror.js @@ -1,3 +1,5 @@ +// CodeMirror version 2.23 (with edits) +// // All functions that need access to the editor's state live inside // the CodeMirror function. Below that, at the bottom of the file, // some utilities are defined.