mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-07 08:47:50 +08:00
7 lines
170 B
CoffeeScript
7 lines
170 B
CoffeeScript
EventEmitter = require('events').EventEmitter
|
|
|
|
Window = process.atomBinding('window').Window
|
|
Window.prototype.__proto__ = EventEmitter.prototype
|
|
|
|
module.exports = Window
|