mirror of
https://github.com/atom/atom.git
synced 2026-02-08 13:45:09 -05:00
atom.open and atom.close
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user