This commit is contained in:
Corey Johnson
2011-11-11 14:04:55 -08:00
parent b76c2f7f7e
commit b5d9fbc835

View File

@@ -4,11 +4,9 @@ _ = require 'underscore'
# This a weirdo file. We don't create a Window class, we just add stuff to
# the DOM window.
windowAdditions =
url: null
url: $atomController.url?.toString()
startup: ->
@url = $atomController.url?.toString()
$atomController.window.makeKeyWindow
shutdown: ->