mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
Update lib/client/menu.js
This commit is contained in:
parent
3326e52bf9
commit
9dc19cb4b8
1 changed files with 3 additions and 4 deletions
|
|
@ -75,13 +75,12 @@ CloudCommander.Menu.set = (function(){
|
|||
|
||||
var lThis = this;
|
||||
|
||||
$(document).on('contextmenu:hide.contextMenu',
|
||||
function(pEvent){
|
||||
console.log(pEvent);
|
||||
$(document).on({'contextmenu:hide.contextMenu',function(pEvent){
|
||||
console.log(pEvent);
|
||||
/*
|
||||
lThis.setCurrentFile(pEvent.target);
|
||||
*/
|
||||
}, false);
|
||||
});
|
||||
|
||||
this.seted = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue