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
a2f10fa79f
commit
711126616f
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ CloudCommander.Menu.show = (function(pParent, pPosition){
|
|||
pParent.set();
|
||||
|
||||
if(pPosition && pPosition.x && pPosition.y)
|
||||
$('li').contextMenu(pPosition.x, pPosition.y)
|
||||
$('li').contextMenu(pPosition)
|
||||
else
|
||||
$('li').contextMenu();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue