mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 10:57:49 +00:00
Cleanup _.throttle return statement.
This commit is contained in:
@@ -5809,8 +5809,7 @@
|
|||||||
debounceOptions.maxWait = wait;
|
debounceOptions.maxWait = wait;
|
||||||
debounceOptions.trailing = trailing;
|
debounceOptions.trailing = trailing;
|
||||||
|
|
||||||
var result = debounce(func, wait, debounceOptions);
|
return debounce(func, wait, debounceOptions);
|
||||||
return result;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user