Skip to content

Commit 31c91de

Browse files
Update src/context-menu-manager.coffee
Co-authored-by: Sadick <[email protected]>
1 parent 31422be commit 31c91de

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/context-menu-manager.coffee

+1-3
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@ class ContextMenuManager
109109
# with the following argument:
110110
# * `event` The click event that deployed the context menu.
111111
#
112-
# * `id` (internal) The {String} menu id, which is used only in javascript code, is not used in menu template.
113-
# For further information on the `id`, see [Electron MenuItem](https://www.electronjs.org/docs/api/menu-item#class-menuitem)).
114-
#
112+
# * `id` (internal) A {String} containing the menu item's id.
115113
# Returns a {Disposable} on which `.dispose()` can be called to remove the
116114
# added menu items.
117115
add: (itemsBySelector, throwOnInvalidSelector = true) ->

0 commit comments

Comments
 (0)