mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
d'uh
This commit is contained in:
@@ -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: ->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user