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

@@ -171,4 +171,5 @@ function dataAttr( elem, key, data ) {
return data;
}
return jQuery;
});