Skip to content

Commit

Permalink
Update link for keycode definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
seeflanigan committed Jul 16, 2010
1 parent 87df635 commit b2acc30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/js/showoff.js
Expand Up @@ -284,7 +284,8 @@ function debug(data)
{
$('#debugInfo').text(data)
}
// See e.g. http://www.quirksmode.org/js/events/keys.html for keycodes

// See e.g. http://www.quirksmode.org/js/keys.html for keycodes
function keyDown(event)
{
var key = event.keyCode;
Expand Down

0 comments on commit b2acc30

Please sign in to comment.