Skip to content

Commit 0627954

Browse files
committed
Selectmenu: jshint fix
1 parent 693cacc commit 0627954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.selectmenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ $.widget( "ui.selectmenu", {
227227
this._trigger( "open", event );
228228
},
229229

230-
_openMenu: function( event ) {
230+
_openMenu: function() {
231231
// If this is the first time the menu is being opened, render the items
232232
if ( !this.menuItems ) {
233233
this._refresh();

0 commit comments

Comments
 (0)