mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Fix #10417. setTimeout w/o 2nd arg is jQuery.later! Close gh-1065.
This commit is contained in:
2
src/effects.js
vendored
2
src/effects.js
vendored
@@ -51,7 +51,7 @@ var fxNow, timerId,
|
||||
function createFxNow() {
|
||||
setTimeout(function() {
|
||||
fxNow = undefined;
|
||||
}, 0 );
|
||||
});
|
||||
return ( fxNow = jQuery.now() );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user