From 67f1e80fe6e0d12d39388fbb3450bdf0511c9964 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 14 Aug 2012 12:26:28 +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 b060518a..ab998d6b 100644 --- a/lib/client/editor.js +++ b/lib/client/editor.js @@ -183,7 +183,7 @@ CloudCommander.Editor.Keys = (function(){ /* loading js and css of CodeMirror */ this.CodeMirror.show(this.CodeMirror); - var key_event=function(event){ + var key_event = function(event){ /* если клавиши можно обрабатывать */ if(CloudCommander.keyBinded){