📝 Update AtomApplication.openUrl() comment

This commit is contained in:
Kevin Sawicki
2013-10-07 15:42:23 -07:00
parent f8e61f5c48
commit d3e2d9b5f9

View File

@@ -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: