From 86f340c3ff0bf70be6d67f52de39dae023269755 Mon Sep 17 00:00:00 2001
From: Marijn Haverbeke <marijnh@gmail.com>
Date: Wed, 26 Sep 2012 10:51:48 +0200
Subject: [PATCH] Remove obsolete comment

---
 lib/codemirror.js | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lib/codemirror.js b/lib/codemirror.js
index fd9778f42..528cd2493 100644
--- a/lib/codemirror.js
+++ b/lib/codemirror.js
@@ -1,7 +1,3 @@
-// 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.
-
 // CodeMirror is the only global var we claim
 window.CodeMirror = (function() {
   "use strict";
-- 
GitLab