mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
7 lines
163 B
CoffeeScript
7 lines
163 B
CoffeeScript
{EventEmitter} = require 'events'
|
|
{autoUpdater} = process.atomBinding 'auto_updater'
|
|
|
|
autoUpdater.__proto__ = EventEmitter.prototype
|
|
|
|
module.exports = autoUpdater
|