Update lib/client/editor.js

This commit is contained in:
coderaiser 2012-08-14 12:26:28 +03:00
parent 64008f0aae
commit 67f1e80fe6

View file

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