mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Dispose emitter
This commit is contained in:
@@ -28,6 +28,7 @@ export default class AutoUpdateManager {
|
||||
|
||||
dispose () {
|
||||
this.subscriptions.dispose()
|
||||
this.emitter.dispose()
|
||||
}
|
||||
|
||||
onDidBeginCheckingForUpdate (callback) {
|
||||
|
||||
Reference in New Issue
Block a user