]> source.dussan.org Git - jquery.git/commitdiff
Additional nits 531/head
authorRick Waldron <waldron.rick@gmail.com>
Thu, 6 Oct 2011 20:36:15 +0000 (16:36 -0400)
committerRick Waldron <waldron.rick@gmail.com>
Thu, 6 Oct 2011 20:36:15 +0000 (16:36 -0400)
src/event.js

index 98e0b1765298949266eced5540df187eb07b1d69..64fa598c04de0f0d53a559e15ed00b3ea4327ede 100644 (file)
@@ -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 );