]> source.dussan.org Git - jquery.git/commitdiff
'this' is the window
authorlouisremi <louisremi@louisremi-laptop.(none)>
Tue, 1 Feb 2011 15:00:19 +0000 (16:00 +0100)
committertimmywil <tim.willison@thisismedium.com>
Mon, 4 Apr 2011 19:46:37 +0000 (15:46 -0400)
src/effects.js

index a41efc2824c4b118d2dce06b9cd427b718b6d093..196807ecba60f2061cfa9dcd2e1b85fa2c6dfc26 100644 (file)
@@ -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);
                }
        },