Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
Optioanl callback now returns the parent id
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Board committed Oct 24, 2020
1 parent c0a9a06 commit 820ecee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion context-menu-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion context-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function ContextMenu(contextContainerID, menuItemClickCallback, options)
{
if (typeof options.openCallBack !== "undefined")
{
options.openCallBack(self);
options.openCallBack(self, parent);
}
}

Expand Down

0 comments on commit 820ecee

Please sign in to comment.