Need to pass-through event arg to activate method

This commit is contained in:
jzaefferer 2010-04-30 10:17:30 +02:00
parent 29847fd353
commit 5a55f3ad97

View File

@ -86,7 +86,7 @@
});
}
if (match.length) {
menu.activate(match);
menu.activate(event, match);
if (match.length > 1) {
menu.previousFilter = character;
menu.filterTimer = setTimeout(function() {