atom.open and atom.close

This commit is contained in:
Chris Wanstrath
2011-11-09 19:37:01 -08:00
parent 940b56844c
commit 42e528547a

View File

@@ -22,5 +22,9 @@ atom.settings = new Settings
atom.extensions = new ExtensionManager
atom.app = new App
# atom.open, atom.close, etc.
for name, method of atom.app
atom[name] = atom.app[name]
require 'window'
window.startup()