diff --git a/lib/client/editor.js b/lib/client/editor.js index 029f44b1..69925c2d 100644 --- a/lib/client/editor.js +++ b/lib/client/editor.js @@ -83,7 +83,7 @@ CloudCommander.Editor.Keys = (function(){ if(CloudCommander.keyBinded){ /* if f4 pressed */ if(event.keyCode===115){ - CloudCommander.Edititor.CloudMirror.show(); + CloudCommander.Editor.CloudMirror.show(); } } };