Skip to content

Commit afdf898

Browse files
committed
Menu tests: jshint cleanup of unused argument
1 parent 484e382 commit afdf898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/menu/menu_events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ test( "ensure default is prevented when clicking on anchors in disabled menus ",
622622
test( "#9469: Stopping propagation in a select event should not suppress subsequent select events.", function() {
623623
expect( 1 );
624624
var element = $( "#menu1" ).menu({
625-
select: function( event, ui ) {
625+
select: function( event ) {
626626
log();
627627
event.stopPropagation();
628628
}

0 commit comments

Comments
 (0)