mirror of
https://github.com/electron/electron.git
synced 2026-01-29 09:18:18 -05:00
auto-updater extends event-emitter
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
{EventEmitter} = require 'events'
|
||||
SquirrelUpdate = require './auto-updater/squirrel-update-win'
|
||||
|
||||
class AutoUpdater
|
||||
@__proto__ = EventEmitter.prototype
|
||||
class AutoUpdater extends EventEmitter
|
||||
|
||||
quitAndInstall: ->
|
||||
# TODO
|
||||
|
||||
Reference in New Issue
Block a user