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

@@ -201,4 +201,5 @@ jQuery.Callbacks = function( options ) {
return self;
};
return jQuery;
});