mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Menu tests: jshint cleanup of unused argument
This commit is contained in:
parent
484e382259
commit
afdf898659
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user