diff --git a/lodash.js b/lodash.js index fda985e2a..f60c7ffac 100644 --- a/lodash.js +++ b/lodash.js @@ -7940,7 +7940,7 @@ clearTimeout(maxTimeoutId); } lastCalled = 0; - maxTimeoutId = timeoutId = trailingCall = undefined; + args = maxTimeoutId = thisArg = timeoutId = trailingCall = undefined; } function complete(isCalled, id) {