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