Skip to content

Commit 370bc00

Browse files
committed
Menubar/Popup: Remove remaining artifact (trigger option) from menu. Missed that before
1 parent 3cf98e5 commit 370bc00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ui/jquery.ui.menu.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ $.widget( "ui.menu", {
2424
position: {
2525
my: "left top",
2626
at: "right top"
27-
},
28-
trigger: null
27+
}
2928
},
3029
_create: function() {
3130
this.activeMenu = this.element;

0 commit comments

Comments
 (0)