mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 11:07:58 -05:00
Additional nits
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user