mirror of
https://github.com/electron/electron.git
synced 2026-01-27 08:18:28 -05:00
4 lines
69 B
CoffeeScript
4 lines
69 B
CoffeeScript
{EventEmitter} = require 'events'
|
|
|
|
module.exports = new EventEmitter
|