Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ccampbell committed Jul 10, 2012
1 parent c2055f7 commit a81f773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mousetrap.js
Expand Up @@ -471,7 +471,7 @@ window.Mousetrap = (function() {
for (var key in _MAP) {

// pull out the numberic keypad from here cause keypress should
// be able to detec the keys from the character
// be able to detect the keys from the character
if (key > 95 && key < 112) {
continue;
}
Expand Down

0 comments on commit a81f773

Please sign in to comment.