Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove bind-decorator dependency #1023

Merged
merged 2 commits into from
Oct 10, 2023
Merged

Conversation

bangtoven
Copy link
Contributor

Summary

How did you test your changes?

Comment on lines +102 to +104
this.resetAndReload = this.resetAndReload.bind(this);
this.handleIncomingEvent = this.handleIncomingEvent.bind(this);

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

following the existing pattern
image

@bangtoven bangtoven merged commit b13b643 into master Oct 10, 2023
12 checks passed
@bangtoven bangtoven deleted the jungho/remove-bind-decorator branch October 10, 2023 16:14
bangtoven added a commit that referenced this pull request Feb 29, 2024
* remove bind-decorator dependency

* fix test
bangtoven added a commit that referenced this pull request Aug 16, 2024
* remove bind-decorator dependency

* fix test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants