mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Menu tests: jshint cleanup of unused argument
(cherry picked from commit afdf898659
)
This commit is contained in:
parent
b02a32f4b3
commit
885421afd2
@ -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() {
|
test( "#9469: Stopping propagation in a select event should not suppress subsequent select events.", function() {
|
||||||
expect( 1 );
|
expect( 1 );
|
||||||
var element = $( "#menu1" ).menu({
|
var element = $( "#menu1" ).menu({
|
||||||
select: function( event, ui ) {
|
select: function( event ) {
|
||||||
log();
|
log();
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user