From 4b90ba06ff02d9bb0b7aaa21cafe67743e291804 Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Wed, 11 Sep 2013 15:08:32 -0700 Subject: [PATCH] Add a small note about where ipc 'open'. --- src/atom-application.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/atom-application.coffee b/src/atom-application.coffee index dad917a6f..dce269faf 100644 --- a/src/atom-application.coffee +++ b/src/atom-application.coffee @@ -145,6 +145,7 @@ class AtomApplication event.preventDefault() @applicationMenu.showDownloadUpdateItem(version, quitAndUpdateCallback) + # A request from the associated browser process to open a new browser process. ipc.on 'open', (processId, routingId, options) => if options? if options.pathsToOpen?.length > 0