mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Add doc reference to David Corbacho's post for _.debounce and _.throttle. [ci skip]
This commit is contained in:
@@ -5874,6 +5874,9 @@
|
|||||||
* the trailing edge of the timeout only if the the debounced function is
|
* the trailing edge of the timeout only if the the debounced function is
|
||||||
* invoked more than once during the `wait` timeout.
|
* invoked more than once during the `wait` timeout.
|
||||||
*
|
*
|
||||||
|
* See [David Corbacho's article](http://drupalmotion.com/article/debounce-and-throttle-visual-explanation)
|
||||||
|
* for details over the differences between `_.debounce` and `_.throttle`.
|
||||||
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category Function
|
* @category Function
|
||||||
@@ -6255,6 +6258,9 @@
|
|||||||
* the trailing edge of the timeout only if the the throttled function is
|
* the trailing edge of the timeout only if the the throttled function is
|
||||||
* invoked more than once during the `wait` timeout.
|
* invoked more than once during the `wait` timeout.
|
||||||
*
|
*
|
||||||
|
* See [David Corbacho's article](http://drupalmotion.com/article/debounce-and-throttle-visual-explanation)
|
||||||
|
* for details over the differences between `_.throttle` and `_.debounce`.
|
||||||
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category Function
|
* @category Function
|
||||||
|
|||||||
Reference in New Issue
Block a user