mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
don't use atom.open
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user