From d3e2d9b5f9fe874649fc46faf5ecca8d210cff3d Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 7 Oct 2013 15:42:23 -0700 Subject: [PATCH] :memo: Update AtomApplication.openUrl() comment --- src/atom-application.coffee | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/atom-application.coffee b/src/atom-application.coffee index 491b9650e..354e3d202 100644 --- a/src/atom-application.coffee +++ b/src/atom-application.coffee @@ -251,7 +251,11 @@ class AtomApplication console.log("Killing process #{pid} failed: #{error.code}") delete @pidsToOpenWindows[pid] - # Private: Handles an atom:// url. + # Private: Open an atom:// url. + # + # The host of the URL being opened is assumed to be the package name + # responsible for opening the URL. A new window will be created with + # that package's `urlMain` as the bootstrap script. # # * options # + urlToOpen: