From 933ea8c5fa44f93085a7b720ac50c473a394251e Mon Sep 17 00:00:00 2001 From: louisremi Date: Tue, 1 Feb 2011 16:00:19 +0100 Subject: [PATCH] 'this' is the window --- src/effects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }, -- 2.39.5