-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: clear event binding function references (#38)
Created an object to hold all the event handlers, so we can unbind it properly. Today we don't really unbind the handler because it's a new handler and not a reference to the previous one.
- Loading branch information
1 parent
d586a9f
commit 58beee8
Showing
1 changed file
with
37 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters