From 1dcc5fedf737ae32989e270939bab8423d8d2b4a Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 15 Aug 2012 11:13:59 +0300 Subject: [PATCH] Update client.js --- client.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client.js b/client.js index 6db34f78..6493fc79 100644 --- a/client.js +++ b/client.js @@ -603,8 +603,7 @@ CloudClient.Util = (function(){ CloudClient.keyBinding=(function(){ /* loading keyBinding module and start it */ Util.jsload(CloudClient.LIBDIRCLIENT+'keyBinding.js', function(){ - CloudCommander.keyBinding(); - CloudCommander.mouseBinding(); + CloudCommander.keyBinding(); }); });