From 65f5d9073db382970893e72525548627eb69491b Mon Sep 17 00:00:00 2001 From: kborchers Date: Thu, 1 Dec 2011 12:57:31 -0600 Subject: [PATCH] Menubar: Update the items option in Menu to the renamed menus option --- ui/jquery.ui.menubar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/jquery.ui.menubar.js b/ui/jquery.ui.menubar.js index 5f9a2a1a0..6bc03ba4d 100644 --- a/ui/jquery.ui.menubar.js +++ b/ui/jquery.ui.menubar.js @@ -58,7 +58,7 @@ $.widget( "ui.menubar", { $(event.target).prev().focus(); that._trigger( "select", event, ui ); }, - items: that.options.menuElement + menus: that.options.menuElement }) .hide() .attr({ -- 2.39.5