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
the -1 result of indexOf should be tested separately, no ?
it looks like the last registered listener is randomly "spliced" when unbind is called with an unknown listener.
Am I missing something ?
The text was updated successfully, but these errors were encountered:
Hi, thanks for the lib
in the unbind function here https://github.com/jeromeetienne/microevent.js/blob/master/microevent.js#L22
the -1 result of indexOf should be tested separately, no ?
it looks like the last registered listener is randomly "spliced" when unbind is called with an unknown listener.
Am I missing something ?
The text was updated successfully, but these errors were encountered: