From b4ee751730a99183436b699b1726d07fce44d20e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 3 Jun 2013 10:56:30 -0400 Subject: [PATCH] fixed editor path --- lib/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client.js b/lib/client.js index 8b65feb5..7d1003c4 100644 --- a/lib/client.js +++ b/lib/client.js @@ -179,7 +179,7 @@ var Util, DOM, CloudFunc, CloudCmd; lShowLoadFunc = Util.retFunc( DOM.Images.showLoad ), lDoBefore = { - 'editor/_codemirror' : lShowLoadFunc, + 'edit/_codemirror' : lShowLoadFunc, 'view' : lShowLoadFunc },