Skip to content

Commit

Permalink
Removed extra semicolon leftover from recent tweaking.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed Mar 31, 2010
1 parent d6f03aa commit 4a64f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/traversing.js
Expand Up @@ -270,4 +270,4 @@ function winnow( elements, qualifier, keep ) {
return jQuery.grep(elements, function( elem, i ) {
return (jQuery.inArray( elem, qualifier ) >= 0) === keep;
});
};
}

0 comments on commit 4a64f9a

Please sign in to comment.