This commit is contained in:
Alan Hogan
2011-12-23 16:48:56 -08:00
parent 0d463de74a
commit 3a225eada5

View File

@@ -798,7 +798,7 @@ _.defer(function(){ alert('deferred'); });
<br />
This method returns a function; it does
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>
that you should invoke on each occurrance of the event you wish to throttle.
</p>