-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debounce function documentation #2762
Labels
Comments
Want to send a PR that improves it, and get the credit for the change? |
Yes I would, thanks. I'll post a suggestion later this week. |
@carpben Friendly reminder that you are still welcome to submit a pull request and get the credit. |
@jashkenas @jgonggrijp , Thanks for the patience, and sorry for the delay on my part. I submitted #2858. |
Was merged, closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to the documentation at http://underscorejs.org/docs/underscore.html#section-86 the debounce function:
I think this phrasing is a bit misleading, as the function that won't be triggered is the first parameter it recevies.
The text was updated successfully, but these errors were encountered: