Skip to content

Commit

Permalink
Menu tests: jshint cleanup of unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
tjvantoll committed Aug 3, 2013
1 parent 484e382 commit afdf898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/menu/menu_events.js
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ test( "ensure default is prevented when clicking on anchors in disabled menus ",
test( "#9469: Stopping propagation in a select event should not suppress subsequent select events.", function() {
expect( 1 );
var element = $( "#menu1" ).menu({
select: function( event, ui ) {
select: function( event ) {
log();
event.stopPropagation();
}
Expand Down

0 comments on commit afdf898

Please sign in to comment.