mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Menu: Cleanup
This commit is contained in:
parent
a256e05df5
commit
2221dd6583
3
ui/jquery.ui.menu.js
vendored
3
ui/jquery.ui.menu.js
vendored
@ -239,9 +239,6 @@ $.widget("ui.menu", {
|
||||
},
|
||||
|
||||
_open: function(submenu) {
|
||||
// TODO restrict to widget
|
||||
//only one menu can have items open at a time.
|
||||
//$(document).find(".ui-menu").not(submenu.parents()).hide().data("menu").blur();
|
||||
this.element.find(".ui-menu").not(submenu.parents()).hide();
|
||||
|
||||
var position = $.extend({}, {
|
||||
|
Loading…
Reference in New Issue
Block a user