Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjad committed Jan 30, 2016
1 parent 5a306b0 commit b4f6871
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/keymap.js
Expand Up @@ -198,7 +198,6 @@ function define_key_match_predicate (name, description, predicate) {
define_key_match_predicate('match_any_key', 'any key',
function (event) true);

// should be renamed to match_any_unmodified_character
define_key_match_predicate('match_any_unmodified_character', 'any unmodified character',
function (event) {
// this predicate can be used for both keypress and keydown
Expand Down

0 comments on commit b4f6871

Please sign in to comment.