Skip to content

Commit

Permalink
'this' is the window
Browse files Browse the repository at this point in the history
  • Loading branch information
louisremi authored and timmywil committed Apr 4, 2011
1 parent 9dc6397 commit 933ea8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/effects.js
Expand Up @@ -471,7 +471,7 @@ jQuery.extend( jQuery.fx, {
if ( !timers.length ) { if ( !timers.length ) {
jQuery.fx.stop(); jQuery.fx.stop();
} else if ( jQuery.support.requestAnimationFrame ) { } else if ( jQuery.support.requestAnimationFrame ) {
window[jQuery.support.requestAnimationFrame](this); window[jQuery.support.requestAnimationFrame](jQuery.fx.tick);
} }
}, },


Expand Down

0 comments on commit 933ea8c

Please sign in to comment.