dmauro / Keypress

A keyboard input capturing utility in which any key can be a modifier key.
http://dmauro.github.io/Keypress/
Apache License 2.0
3.18k stars 313 forks source link

add "destroy" method #51

Closed smerickson closed 9 years ago

smerickson commented 9 years ago

Add a public destroy method which will unbind event listeners

This allows one to create an destroy keypress Listener objects during the lifecycle of a "single-page" javascript application