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

Don't override Array.prototype #19

Closed djsmith42 closed 10 years ago

djsmith42 commented 10 years ago

We still use Array.filter if present, but we don't replace it if absent because overriding Array.prototype interferes with other libraries that make assumptions about it.

Also rebuild keypress.js using coffe-compiler.sh

dmauro commented 10 years ago

Thanks :)

djsmith42 commented 10 years ago

Thank you for the awesome keypress library!