Skip to content

Commit

Permalink
'modifier+a' didn't work correctly when 'modifier b' also exists. Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurian Even committed May 13, 2013
1 parent 37a9294 commit 1b8ed8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mousetrap.js
Expand Up @@ -474,7 +474,7 @@

// if there were no sequence matches but we are still here
// that means this is a regular match so we should fire that
if (!processedSequenceCallback && !_sequenceType) {
if (!processedSequenceCallback) {
_fireCallback(callbacks[i].callback, e, callbacks[i].combo);
}
}
Expand Down

0 comments on commit 1b8ed8b

Please sign in to comment.