From 447b2d88daf24cf6ddeea67597ced8829a873fde Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 15 Aug 2012 11:22:55 +0300 Subject: [PATCH] Update lib/client/keyBinding.js --- lib/client/keyBinding.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/client/keyBinding.js b/lib/client/keyBinding.js index 6f205cc8..3e541f3a 100644 --- a/lib/client/keyBinding.js +++ b/lib/client/keyBinding.js @@ -23,15 +23,6 @@ CloudCommander.KEY = { F10 : 121 }; -CloudCommander.mouseBinding = (function(pEvent){ - if(typeof CloudCommander.Menu === 'function'){ - CloudCommander.Menu({ - x: pEvent.x, - y: pEvent.y - }); - } -}) - CloudCommander.keyBinding = (function(){ "use strict";