mirror of
https://github.com/electron/electron.git
synced 2026-02-02 11:15:33 -05: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
|