'this' is the window
This commit is contained in:
parent
9dc6397187
commit
933ea8c5fa
1 changed files with 1 additions and 1 deletions
2
src/effects.js
vendored
2
src/effects.js
vendored
|
@ -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);
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue