tmcw / big

presentations for busy messy hackers

Home Page:https://glitch.com/~tmcw-big-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use KeyboardEvent.key instead of .which

tmcw opened this issue · comments

I'm deciding between setting the minimum browser at IE9 or IE10 - but regardless, I should switch the current usage of .which, which is deprecated, with .key, which isn't.