From 050ec6ca643100ec2d458cf50d79ced18a3aac77 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Tue, 16 Sep 2014 13:42:55 -0700 Subject: [PATCH] MenuManager is extended --- src/menu-manager.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/menu-manager.coffee b/src/menu-manager.coffee index da5ae6507..89462ec7a 100644 --- a/src/menu-manager.coffee +++ b/src/menu-manager.coffee @@ -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.