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

@@ -178,4 +178,5 @@ jQuery.each( {scrollLeft: "pageXOffset", scrollTop: "pageYOffset"}, function( me
};
});
return jQuery;
});