aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkborchers <kris.borchers@gmail.com>2011-12-01 12:57:31 -0600
committerkborchers <kris.borchers@gmail.com>2011-12-01 12:57:31 -0600
commit65f5d9073db382970893e72525548627eb69491b (patch)
tree232345b398eeb4ed40c1441f4d5461479ca1e246
parent490dc4d36b6a0bf1dac5d8a9ba86aef7c9c27ee9 (diff)
downloadjquery-ui-65f5d9073db382970893e72525548627eb69491b.tar.gz
jquery-ui-65f5d9073db382970893e72525548627eb69491b.zip
Menubar: Update the items option in Menu to the renamed menus option
-rw-r--r--ui/jquery.ui.menubar.js2
1 files changed, 1 insertions, 1 deletions
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({