mirror of
https://github.com/atom/atom.git
synced 2026-02-08 13:45:09 -05:00
app goes last
This commit is contained in:
@@ -5,6 +5,6 @@ Event = require 'event'
|
||||
Native = require 'native'
|
||||
|
||||
window.atom = {}
|
||||
window.atom.app = new App
|
||||
window.atom.native = new Native
|
||||
window.atom.event = new Event
|
||||
window.atom.event = new Event
|
||||
window.atom.app = new App
|
||||
|
||||
Reference in New Issue
Block a user