Require atom after window is required

This commit is contained in:
Kevin Sawicki
2013-09-26 10:10:59 -07:00
parent f56758acd2
commit 45a1334c75

View File

@@ -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()