Removed extra semicolon leftover from recent tweaking.

1.7/enhancement_8685
jeresig 2010-03-31 14:36:24 -04:00 committed by wycats
parent 9568866aad
commit 23699bc783
1 changed files with 1 additions and 1 deletions

View File

@ -270,4 +270,4 @@ function winnow( elements, qualifier, keep ) {
return jQuery.grep(elements, function( elem, i ) {
return (jQuery.inArray( elem, qualifier ) >= 0) === keep;
});
};
}