Skip to content

Commit 65f5d90

Browse files
committed
Menubar: Update the items option in Menu to the renamed menus option
1 parent 490dc4d commit 65f5d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.menubar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $.widget( "ui.menubar", {
5858
$(event.target).prev().focus();
5959
that._trigger( "select", event, ui );
6060
},
61-
items: that.options.menuElement
61+
menus: that.options.menuElement
6262
})
6363
.hide()
6464
.attr({

0 commit comments

Comments
 (0)