From 12752900f3263379460c0dcd644a81f5874f138d 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(); }) }); });