Skip to content

Commit

Permalink
Remove unused keyCodes enum
Browse files Browse the repository at this point in the history
  • Loading branch information
jklein24 committed May 19, 2015
1 parent 041b732 commit e1d7b0b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/standard/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,6 @@
node.addEventListener(eventName, handler);
},

// TODO(dfreedm): remove when a11y keys element is ported
keyCodes: {
ESC_KEY: 27,
ENTER_KEY: 13,
LEFT: 37,
UP: 38,
RIGHT: 39,
DOWN: 40,
SPACE: 32
}

});

</script>

0 comments on commit e1d7b0b

Please sign in to comment.