mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Always return jQuery in modules that can be included separately
This commit is contained in:
@@ -286,4 +286,6 @@ function winnow( elements, qualifier, not ) {
|
||||
return ( indexOf.call( qualifier, elem ) >= 0 ) !== not;
|
||||
});
|
||||
}
|
||||
|
||||
return jQuery;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user