Bump to v4.17.12.

This commit is contained in:
John-David Dalton
2019-07-09 13:47:57 -07:00
parent db0dbd39a7
commit f42b961697
10 changed files with 59 additions and 40 deletions

View File

@@ -174,6 +174,7 @@ define(['./isObject', './now', './toNumber'], function(isObject, now, toNumber)
}
if (maxing) {
// Handle invocations in a tight loop.
clearTimeout(timerId);
timerId = setTimeout(timerExpired, wait);
return invokeFunc(lastCallTime);
}