Menu tests: jshint cleanup of unused argument

(cherry picked from commit afdf898659)
This commit is contained in:
TJ VanToll 2013-08-03 17:52:11 -04:00 committed by Scott González
parent b02a32f4b3
commit 885421afd2

View File

@ -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();
} }