Always return jQuery in modules that can be included separately

This commit is contained in:
Timmy Willison
2013-09-08 21:25:27 -04:00
parent 99c123b159
commit b534ee2ccf
14 changed files with 24 additions and 2 deletions

View File

@@ -286,4 +286,6 @@ function winnow( elements, qualifier, not ) {
return ( indexOf.call( qualifier, elem ) >= 0 ) !== not;
});
}
return jQuery;
});