aboutsummaryrefslogtreecommitdiffstats
path: root/src/effects.js
diff options
context:
space:
mode:
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 a41efc282..196807ecb 100644
--- a/src/effects.js
+++ b/src/effects.js
@@ -471,7 +471,7 @@ jQuery.extend( jQuery.fx, {
if ( !timers.length ) {
jQuery.fx.stop();
} else if ( jQuery.support.requestAnimationFrame ) {
- window[jQuery.support.requestAnimationFrame](this);
+ window[jQuery.support.requestAnimationFrame](jQuery.fx.tick);
}
},