electron/browser/api/lib/window.coffee

7 lines
170 B
CoffeeScript
Raw Normal View History

EventEmitter = require('events').EventEmitter
Window = process.atomBinding('window').Window
Window.prototype.__proto__ = EventEmitter.prototype
module.exports = Window