From: jzaefferer Date: Thu, 25 Mar 2010 15:27:08 +0000 (-0400) Subject: Drilldown menu: Fixing type-to-search, missing event argument to menu-activate method X-Git-Tag: 1.8.1~5^2~62^2~25 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0752719de17d02556cc28359ac1adf451e773a74;p=jquery-ui.git Drilldown menu: Fixing type-to-search, missing event argument to menu-activate method --- 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() {