mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Add a deprecation TODO
This commit is contained in:
@@ -884,6 +884,7 @@ class AtomEnvironment extends Model
|
||||
detail: error.message
|
||||
dismissable: true
|
||||
|
||||
# TODO: We should deprecate the update events here, and use `atom.autoUpdater` instead
|
||||
onUpdateAvailable: (callback) ->
|
||||
@emitter.on 'update-available', callback
|
||||
|
||||
|
||||
Reference in New Issue
Block a user