Ted
Results
1
issues of
Ted
If there are multiple callbacks bound to a given key, e.g. ``` javascript Mousetrap.bind('a', callback1) Mousetrap.bind('a', callback2) ``` then using `unbind` nukes both of them. it'd be great to be...