mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Require atom after window is required
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Like sands through the hourglass, so are the days of our lives.
|
||||
startTime = new Date().getTime()
|
||||
|
||||
Atom = require './atom'
|
||||
require './window'
|
||||
|
||||
Atom = require './atom'
|
||||
window.atom = new Atom()
|
||||
window.setUpEnvironment('editor')
|
||||
window.startEditorWindow()
|
||||
|
||||
Reference in New Issue
Block a user