From 57849e72cf3b68c896f41619d5745113dd9431ec Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 14 Aug 2012 16:23:39 +0300 Subject: [PATCH] Update lib/client/editor.js --- lib/client/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/editor.js b/lib/client/editor.js index 8a676894..407f46d0 100644 --- a/lib/client/editor.js +++ b/lib/client/editor.js @@ -2,7 +2,7 @@ var CloudCommander, CloudFunc, CodeMirror; /* object contains editors CodeMirror * and later will be Ace */ -CloudCommander.Editor = {}; +CloudCommander.Editor = CloudCommander.Editor.CodeMirror = new CloudCommander.Util(); /* indicator says CodeMirror still loads */