mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Remove unneeded maxWait guard from maxDelayed.
This commit is contained in:
@@ -7844,7 +7844,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function maxDelayed() {
|
function maxDelayed() {
|
||||||
complete(trailing || (maxWait !== wait), timeoutId);
|
complete(trailing, timeoutId);
|
||||||
}
|
}
|
||||||
|
|
||||||
function debounced() {
|
function debounced() {
|
||||||
|
|||||||
Reference in New Issue
Block a user