Fix #10417. setTimeout w/o 2nd arg is jQuery.later! Close gh-1065.

This commit is contained in:
Oleg
2012-12-10 12:00:12 +04:00
committed by Dave Methvin
parent cef044d82e
commit d41b983259
3 changed files with 4 additions and 4 deletions

2
src/effects.js vendored
View File

@@ -51,7 +51,7 @@ var fxNow, timerId,
function createFxNow() {
setTimeout(function() {
fxNow = undefined;
}, 0 );
});
return ( fxNow = jQuery.now() );
}