don't use atom.open

This commit is contained in:
Chris Wanstrath
2011-11-12 00:20:58 -08:00
parent ab30d71b97
commit cc2f3140cf

View File

@@ -30,8 +30,5 @@ atom.settings = new Settings
#atom.extensionManager = new ExtensionManager
atom.app = new App
# atom.open, atom.close, etc.
for name, method of atom.app
atom[name] = atom.app[name]
window.startup()