aboutsummaryrefslogtreecommitdiffstats
path: root/src/effects.js
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2013-09-08 21:25:27 -0400
committerTimmy Willison <timmywillisn@gmail.com>2013-09-08 21:25:27 -0400
commitb534ee2ccf3c9d19d78a79bfba2cd33a9754ba5b (patch)
tree08cb07cce32d18f0c5dcf8bb978862436792f2f8 /src/effects.js
parent99c123b159e85ab9d97bea65a5ec4fff62023bf9 (diff)
downloadjquery-b534ee2ccf3c9d19d78a79bfba2cd33a9754ba5b.tar.gz
jquery-b534ee2ccf3c9d19d78a79bfba2cd33a9754ba5b.zip
Always return jQuery in modules that can be included separately
Diffstat (limited to 'src/effects.js')
-rw-r--r--src/effects.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects.js b/src/effects.js
index 54905307d..64e4161bc 100644
--- a/src/effects.js
+++ b/src/effects.js
@@ -627,5 +627,5 @@ jQuery.fx.speeds = {
_default: 400
};
-
+return jQuery;
});