Add a deprecation TODO

This commit is contained in:
Ben Ogle
2016-02-29 16:47:53 -08:00
parent 8eb1326d4c
commit 75aca7ee0c

View File

@@ -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