Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Update doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
boopeshmahendran committed Nov 10, 2017
1 parent f7d4774 commit c9e1ee1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/command/Menus.js
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,8 @@ define(function (require, exports, module) {
*
* @param {MouseEvent | {pageX:number, pageY:number}} mouseOrLocation - pass a MouseEvent
* to display the menu near the mouse or pass in an object with page x/y coordinates
* for a specific location.
* for a specific location.This paramter is not used for submenus. Submenus are always
* displayed at a position relative to the parent menu.
*/
ContextMenu.prototype.open = function (mouseOrLocation) {

Expand Down

0 comments on commit c9e1ee1

Please sign in to comment.