Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 68eb650

Browse files
author
Michelle Tilley
committed
Emitter#destroy -> Emitter#dispose
1 parent e34c29e commit 68eb650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/models/github-login-model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ export default class GithubLoginModel {
3131
}
3232

3333
destroy() {
34-
this.emitter.destroy();
34+
this.emitter.dispose();
3535
}
3636
}

0 commit comments

Comments
 (0)