diff --git a/lodash.src.js b/lodash.src.js index 188145bd0..e6004a6d4 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -7844,7 +7844,7 @@ } function maxDelayed() { - complete(trailing || (maxWait !== wait), timeoutId); + complete(trailing, timeoutId); } function debounced() {