MenuManager is extended

This commit is contained in:
Ben Ogle
2014-09-16 13:42:55 -07:00
parent 69ba6e3e7e
commit 050ec6ca64

View File

@@ -5,7 +5,7 @@ ipc = require 'ipc'
CSON = require 'season'
fs = require 'fs-plus'
# Public: Provides a registry for menu items that you'd like to appear in the
# Extended: Provides a registry for menu items that you'd like to appear in the
# application menu.
#
# An instance of this class is always available as the `atom.menu` global.