Removed extra semicolon leftover from recent tweaking.

This commit is contained in:
jeresig 2010-03-31 14:36:24 -04:00 committed by wycats
parent 9568866aad
commit 23699bc783

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;
});
};
}