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

Minor bug (invalid JSON) in example code #30

Closed anissen closed 10 years ago

anissen commented 10 years ago

I was testing out the library by copy-pasting the code examples and found this small bug. I spend a surprisingly long time in locating the error :P

Keep up the good work :+1:

dmauro commented 10 years ago

Awesome, thank you!

dmauro commented 10 years ago

Actually, that's doubly helpful. That example is no longer relevant since we preventDefault by default unless the handler returns true. Will update. :)