Closed
Description
In addressing #926, via 081c9fa when you're throttling with the leading
options as false
it checks for !previous
but once you've executed the throttled function and the wait
has expired and you call the throttled function again it won't behave properly, incorrectly executing on the leading
edge of wait
.