aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/visual/menu/drilldown2.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/visual/menu/drilldown2.html b/tests/visual/menu/drilldown2.html
index be50fc085..0c18c3679 100644
--- a/tests/visual/menu/drilldown2.html
+++ b/tests/visual/menu/drilldown2.html
@@ -152,7 +152,7 @@
});
}
if (match.length) {
- menu.activate(match);
+ menu.activate(event, match);
if (match.length > 1) {
menu.previousFilter = character;
menu.filterTimer = setTimeout(function() {