Skip to content

Commit

Permalink
Clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
ccampbell committed Jul 11, 2012
1 parent 5ae2ff5 commit 9e21976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mousetrap.js
Expand Up @@ -280,11 +280,11 @@ window.Mousetrap = (function() {
key;

for (key in _sequence_levels) {
if (!do_not_reset[key]) {
_sequence_levels[key] = 0;
if (do_not_reset[key]) {
active_sequences = true;
continue;
}
active_sequences = true;
_sequence_levels[key] = 0;
}

if (!active_sequences) {
Expand Down

0 comments on commit 9e21976

Please sign in to comment.