Simple wrapper for backwards compatibility
This commit is contained in:
parent
1b7ddb3cd7
commit
2b640f76ec
|
@ -209,3 +209,10 @@
|
|||
lastSelected = null;
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
/**
|
||||
* Wrapper function to support the old way of creating aa context menu.
|
||||
*/
|
||||
function ContextMenu() {
|
||||
jQuery(document).ContextMenu(arguments);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue