ccampbell / mousetrap

Simple library for handling keyboard shortcuts in Javascript
https://craig.is/killing/mice
Apache License 2.0
11.69k stars 968 forks source link

Proper variable declaration #506

Open zomp opened 3 years ago

zomp commented 3 years ago

Variable "i" from for-cycle was undeclared, so when the code was run in strict mode, it failed.

(As I am doing the change via GitHub online editor, I am not attaching minified plugin version.)

alanhe421 commented 1 year ago

any update, hope to merged it.