From ec6e277e2e155cd67db0529a452572daca5c51b6 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 15 Aug 2012 11:09:15 +0300 Subject: [PATCH] Update lib/client/keyBinding.js --- lib/client/keyBinding.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/keyBinding.js b/lib/client/keyBinding.js index b8b12db8..dcb79508 100644 --- a/lib/client/keyBinding.js +++ b/lib/client/keyBinding.js @@ -25,7 +25,7 @@ CloudCommander.KEY = { CloudCommander.mouseBinding = (function(pEvent){ if(typeof CloudCommander.Menu === 'function') - CloudCommander.Menu(); + CloudCommander.Menu({pEvent.x, pEvent.y}); }) CloudCommander.keyBinding = (function(){