ContextMenuManager is Extended

This commit is contained in:
Ben Ogle
2014-09-16 13:40:37 -07:00
parent f3f4e8f7a3
commit 6379f87b8a

View File

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