You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When implementing off(event, listener) remove all the listeners, not the only first one.
Symmetrically, when implementing on(event, listener) don't add listener again if it is already added.
The text was updated successfully, but these errors were encountered:
When implementing off(event, listener) remove all the listeners, not the only first one.
Symmetrically, when implementing on(event, listener) don't add listener again if it is already added.
The text was updated successfully, but these errors were encountered: