mirror of
https://github.com/atom/atom.git
synced 2026-02-10 14:45:11 -05:00
atom variable holds all global state and is shared across contexts.
This commit is contained in:
2
src/atom-bootstrap.coffee
Normal file
2
src/atom-bootstrap.coffee
Normal file
@@ -0,0 +1,2 @@
|
||||
App = require 'app'
|
||||
window.atom = new App(atom.loadPath, atom.native)
|
||||
Reference in New Issue
Block a user