From: kborchers Date: Wed, 7 Dec 2011 20:51:46 +0000 (-0600) Subject: Menu: Update the default visual test to use the new menus option that replaced the... X-Git-Tag: 1.9m7~118 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=aa8c4770a9a88cc4a870f4adf33ba2466e30bfcf;p=jquery-ui.git Menu: Update the default visual test to use the new menus option that replaced the items option --- diff --git a/tests/visual/menu/menu.html b/tests/visual/menu/menu.html index 50837f43e..0715ac7f7 100644 --- a/tests/visual/menu/menu.html +++ b/tests/visual/menu/menu.html @@ -28,14 +28,14 @@ select: function(event, ui) { $("
").text("Selected: " + ui.item.text()).appendTo("#log"); }, - items: "div" + menus: "div" }); $("#menu6").menu({ select: function(event, ui) { $("
").text("Selected: " + ui.item.text()).appendTo("#log"); }, - items: ".menuElement" + menus: ".menuElement" }); }