mirror of
https://github.com/atom/atom.git
synced 2026-01-26 15:28:27 -05:00
Reorder for consistency
This commit is contained in:
@@ -11,12 +11,12 @@ export default class AutoUpdateManager {
|
||||
|
||||
initialize (updateEventEmitter) {
|
||||
this.subscriptions.add(
|
||||
updateEventEmitter.onDidBeginDownloadingUpdate(() => {
|
||||
this.emitter.emit('did-begin-downloading-update')
|
||||
}),
|
||||
updateEventEmitter.onDidBeginCheckingForUpdate(() => {
|
||||
this.emitter.emit('did-begin-checking-for-update')
|
||||
}),
|
||||
updateEventEmitter.onDidBeginDownloadingUpdate(() => {
|
||||
this.emitter.emit('did-begin-downloading-update')
|
||||
}),
|
||||
updateEventEmitter.onDidCompleteDownloadingUpdate((details) => {
|
||||
this.emitter.emit('did-complete-downloading-update', details)
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user