frankyghost / projekktor

The Free Web Video Player
194 stars 75 forks source link

Fixing issue around removing listeners #21

Closed jason-brodie-codebaby closed 10 years ago

jason-brodie-codebaby commented 10 years ago

When removing listeners, the comparison of the callbacks can fail. This was best seen when trying to remove cue points. (See issue #20)

rwlodkowski commented 10 years ago

It can't be like that. This version causing removal of all listeners from given type not only a specified ones and that's not the expected behavior. Please revert that merge it's erroneous.