reloading be working.

This commit is contained in:
Corey Johnson
2011-10-28 18:04:35 -07:00
parent 0066ce5a01
commit cebd600e62
2 changed files with 3 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ windowAdditions =
Event.trigger 'window:open', path
close: ->
atomController.close()
atomController.close
for key, value of windowAdditions
console.warn "DOMWindow already has a key named `#{key}`" if window[key]