Skip to content

Commit

Permalink
minor copy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Sep 6, 2014
1 parent b43e2aa commit 715307b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -95,7 +95,7 @@ The new delaying function will return the timer reference from `setTimeout()` so

<a name="cumulativeDelayed"></a>
### cumulativeDelayed(fn, ms)<br/>cumulativeDelayed(fn, ms, context)<br/>cumulativeDelayed(fn, ms, context, arg1, arg2...)
### debounce(fn, ms)<br/>cumulativeDelayed(fn, ms, context)<br/>debounce(fn, ms, context, arg1, arg2...)
### debounce(fn, ms)<br/>debounce(fn, ms, context)<br/>debounce(fn, ms, context, arg1, arg2...)

*Available in an Ender build as `$.cumulativeDelayed(fn, ms...)` and `debounce(fn, ms...)`*

Expand Down

0 comments on commit 715307b

Please sign in to comment.