mirror of
https://github.com/electron/electron.git
synced 2026-02-01 10:45:01 -05:00
7 lines
198 B
CoffeeScript
7 lines
198 B
CoffeeScript
EventEmitter = require('events').EventEmitter
|
|
|
|
BrowserWindow = process.atomBinding('window').BrowserWindow
|
|
BrowserWindow.prototype.__proto__ = EventEmitter.prototype
|
|
|
|
module.exports = BrowserWindow
|