From b806426f2f89e923da2adc3b067ed7d5cf56ff1d Mon Sep 17 00:00:00 2001 From: coderaiaser Date: Tue, 17 Jul 2012 07:30:39 -0700 Subject: [PATCH] fixed bug with binding editors key --- client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.js b/client.js index 47b18f08..5ae47eeb 100644 --- a/client.js +++ b/client.js @@ -361,7 +361,7 @@ CloudClient.init=(function() /* loading CloudMirror plagin */ CloudClient.jsload(CloudClient.LIBDIRCLIENT + 'editor.js',{ onload:(function(){ - CloudCommander.Editor.CloudMirror.load(); + CloudCommander.Editor.Keys(); }) }); });