mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Menubar/Popup: Remove remaining artifact (trigger option) from menu. Missed that before
This commit is contained in:
parent
3cf98e5ca1
commit
370bc00150
3
ui/jquery.ui.menu.js
vendored
3
ui/jquery.ui.menu.js
vendored
@ -24,8 +24,7 @@ $.widget( "ui.menu", {
|
|||||||
position: {
|
position: {
|
||||||
my: "left top",
|
my: "left top",
|
||||||
at: "right top"
|
at: "right top"
|
||||||
},
|
}
|
||||||
trigger: null
|
|
||||||
},
|
},
|
||||||
_create: function() {
|
_create: function() {
|
||||||
this.activeMenu = this.element;
|
this.activeMenu = this.element;
|
||||||
|
Loading…
Reference in New Issue
Block a user