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

@@ -138,4 +138,5 @@ jQuery.fn.extend({
}
});
return jQuery;
});