Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
keycode 9 ( tab ) missing from KEY_CODE hash
Browse files Browse the repository at this point in the history
  • Loading branch information
filaraujo committed Oct 16, 2014
1 parent d97e88d commit 29969ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core-a11y-keys.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
* Values from: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent.keyCode#Value_of_keyCode
*/
var KEY_CODE = {
9: 'tab',
13: 'enter',
27: 'esc',
33: 'pageup',
Expand Down

0 comments on commit 29969ee

Please sign in to comment.