Handle window/document events in startEditorWindow and remove initialize

This commit is contained in:
Nathan Sobo
2015-09-30 15:21:19 -06:00
parent dd4b9346bb
commit e838863bc7
6 changed files with 67 additions and 75 deletions

View File

@@ -18,7 +18,6 @@ Atom = require './atom'
window.atom = Atom.loadOrCreate('editor')
atom.displayWindow() unless isSpec
atom.initialize()
atom.startEditorWindow()
# Workaround for focus getting cleared upon window creation