'this' is the window

This commit is contained in:
louisremi 2011-02-01 16:00:19 +01:00 committed by timmywil
parent 9dc6397187
commit 933ea8c5fa

2
src/effects.js vendored
View file

@ -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);
} }
}, },