mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 11:27:50 +00:00
Typo
This commit is contained in:
@@ -798,7 +798,7 @@ _.defer(function(){ alert('deferred'); });
|
|||||||
<br />
|
<br />
|
||||||
This method returns a function; it does
|
This method returns a function; it does
|
||||||
not itself execute its first argument. You should call <code>_.throttle</code>
|
not itself execute its first argument. You should call <code>_.throttle</code>
|
||||||
only <em>once</em> for each function you wish to debounce (not repeatedly!).
|
only <em>once</em> for each function you wish to throttle (not repeatedly!).
|
||||||
It is the function returned from that once call to <code>_.throttle</code>
|
It is the function returned from that once call to <code>_.throttle</code>
|
||||||
that you should invoke on each occurrance of the event you wish to throttle.
|
that you should invoke on each occurrance of the event you wish to throttle.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user