mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Additional nits
This commit is contained in:
parent
4fd70e7e02
commit
3999d39b84
@ -440,7 +440,7 @@ jQuery.event = {
|
||||
// Since .is() does not work for positionals; see http://jsfiddle.net/eJ4yd/3/
|
||||
hit = ( hit || (selMatch[ sel ] = jQuery( sel )) ).index( cur ) >= 0;
|
||||
} else if ( hit === undefined ) {
|
||||
hit = selMatch[ sel ] = ( handleObj.quick? quickIs( cur, handleObj.quick ) : jQuery(cur).is( sel ) );
|
||||
hit = selMatch[ sel ] = ( handleObj.quick ? quickIs( cur, handleObj.quick ) : jQuery( cur ).is( sel ) );
|
||||
}
|
||||
if ( hit ) {
|
||||
matches.push( handleObj );
|
||||
|
Loading…
Reference in New Issue
Block a user