From: louisremi Date: Tue, 1 Feb 2011 15:00:19 +0000 (+0100) Subject: 'this' is the window X-Git-Tag: 1.6b1~26^2~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=933ea8c5fa44f93085a7b720ac50c473a394251e;p=jquery.git 'this' is the window --- 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); } },