Closed karleberts closed 7 years ago
For #12
Looks great! Could you resolve the merge conflict? I'll then merge and make a new release.
Hi, I just tested the modified code and it works. Unbind is now accessible and I'm able to import the lib using ES6 syntax.
However, Using Chrome Developer Tools - Profiles ,I noticed a memory leak when you attach then detach a listener.
thanks @plgregoire, I think this should be ok now?
Indeed it is ! Thank you
Hi @KyleAMathews,
When can we expect a release ?
Thanks
Hi @KyleAMathews, any news on this?
Published 2.0.8 — thanks for everyone's help!
So I evidently didn't notice that 'exports' was being redefined at the bottom of the file when 'window' existed. oops
Moving the unbind definition to after that point makes it be properly exported.