Skip to content

Commit ac33f02

Browse files
committed
Update README.md
1 parent 17b1fdd commit ac33f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ structure (see [jQueryUI menu] for details):
226226
### Events
227227
jquery-contextmenu exposes events from [jQueryUI menu]: `blur`, `create`, `focus`, `select`.
228228
However, since the `event.target` parameter contains the menu item, we additionally pass the element
229-
that was right-clicked in `event.relatedTarget`.
229+
that was right-clicked in `ui.target`.
230230

231231
Events may be handled by passing a handler callback option:
232232
```js

0 commit comments

Comments
 (0)