📝 optional not option

This commit is contained in:
Kevin Sawicki 2014-02-11 16:53:36 -08:00
parent 8b1b3d237d
commit 29cbea4d50

View File

@ -31,7 +31,8 @@ class MenuManager
# items - An {Array} of menu item {Object}s containing the keys:
# :label - The {String} menu label.
# :submenu - An optional {Array} of sub menu items.
# :command - An option {String} command to trigger when the item is clicked.
# :command - An optional {String} command to trigger when the item is
# clicked.
#
# Returns nothing.
add: (items) ->