mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-08 08:57:43 +08:00
8 lines
223 B
CoffeeScript
8 lines
223 B
CoffeeScript
EventEmitter = require('events').EventEmitter
|
|
|
|
Application = process.atomBinding('app').Application
|
|
Application.prototype.__proto__ = EventEmitter.prototype
|
|
|
|
# Only one App object pemitted.
|
|
module.exports = new Application
|