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){