Skip to content
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

Closed
carpben opened this issue May 30, 2018 · 5 comments
Closed

Debounce function documentation #2762

carpben opened this issue May 30, 2018 · 5 comments

Comments

@carpben
Copy link
Contributor

carpben commented May 30, 2018

According to the documentation at http://underscorejs.org/docs/underscore.html#section-86 the debounce function:

Returns a function, that, as long as it continues to be invoked, will not be triggered.

I think this phrasing is a bit misleading, as the function that won't be triggered is the first parameter it recevies.

@jashkenas
Copy link
Owner

Want to send a PR that improves it, and get the credit for the change?

@carpben
Copy link
Contributor Author

carpben commented May 30, 2018

Yes I would, thanks. I'll post a suggestion later this week.

@jgonggrijp
Copy link
Collaborator

@carpben Friendly reminder that you are still welcome to submit a pull request and get the credit.

@carpben
Copy link
Contributor Author

carpben commented Jun 23, 2020

@jashkenas @jgonggrijp , Thanks for the patience, and sorry for the delay on my part.

I submitted #2858.

@jgonggrijp
Copy link
Collaborator

Was merged, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants