From a512c44a1929cbd5b5320992dbb01976f95b4a5f Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 15 Aug 2012 13:19:07 +0300 Subject: [PATCH] Update lib/client/menu.js --- lib/client/menu.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/client/menu.js b/lib/client/menu.js index 64b5ee8d..751f8a29 100644 --- a/lib/client/menu.js +++ b/lib/client/menu.js @@ -78,10 +78,8 @@ CloudCommander.Menu.set = (function(){ $(document).on({'contextmenu:hide.contextMenu' : function(pEvent){ console.log(pEvent); - /* - lThis.setCurrentFile(pEvent.target); - */ - }); + } + }); this.seted = true; }