mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Make the autoupdater functions consistently names
This commit is contained in:
@@ -35,11 +35,11 @@ export default class AutoUpdateManager {
|
||||
return this.emitter.on('did-begin-checking-for-update', callback)
|
||||
}
|
||||
|
||||
onDidBeginDownload (callback) {
|
||||
onDidBeginDownloadingUpdate (callback) {
|
||||
return this.emitter.on('did-begin-downloading-update', callback)
|
||||
}
|
||||
|
||||
onDidCompleteDownload (callback) {
|
||||
onDidCompleteDownloadingUpdate (callback) {
|
||||
return this.emitter.on('did-complete-downloading-update', callback)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user