aboutsummaryrefslogtreecommitdiffstats
path: root/src/effects.js
diff options
context:
space:
mode:
authortimmywil <tim.willison@thisismedium.com>2011-06-07 20:54:11 -0400
committertimmywil <tim.willison@thisismedium.com>2011-06-07 21:00:44 -0400
commitdb437be6e31c924aade13bb719f9facc122b3d9c (patch)
tree183b1931d25d2040c70fea35eca060b96dba44e4 /src/effects.js
parent0a80be67f4fe968d99777564a02aeddbde1fbf35 (diff)
downloadjquery-db437be6e31c924aade13bb719f9facc122b3d9c.tar.gz
jquery-db437be6e31c924aade13bb719f9facc122b3d9c.zip
Check classes passed for duplicates. Fixes #9499.
Diffstat (limited to 'src/effects.js')
-rw-r--r--src/effects.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/effects.js b/src/effects.js
index 224962773..3a4e2663d 100644
--- a/src/effects.js
+++ b/src/effects.js
@@ -15,8 +15,8 @@ var elemdisplay = {},
],
fxNow,
requestAnimationFrame = window.webkitRequestAnimationFrame ||
- window.mozRequestAnimationFrame ||
- window.oRequestAnimationFrame;
+ window.mozRequestAnimationFrame ||
+ window.oRequestAnimationFrame;
jQuery.fn.extend({
show: function( speed, easing, callback ) {