mirror of
https://github.com/electron/electron.git
synced 2026-02-02 11:15:33 -05:00
4 lines
69 B
CoffeeScript
4 lines
69 B
CoffeeScript
{EventEmitter} = require 'events'
|
|
|
|
module.exports = new EventEmitter
|