Bump to v4.17.12.

This commit is contained in:
John-David Dalton
2019-07-09 13:46:20 -07:00
parent 349273409f
commit 51c827ffd9
11 changed files with 44 additions and 27 deletions

View File

@@ -173,6 +173,7 @@ function debounce(func, wait, options) {
}
if (maxing) {
// Handle invocations in a tight loop.
clearTimeout(timerId);
timerId = setTimeout(timerExpired, wait);
return invokeFunc(lastCallTime);
}