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 closing #64

Closed
wheredoesyourmindgo opened this issue Oct 30, 2016 · 1 comment
Closed

debounce function closing #64

wheredoesyourmindgo opened this issue Oct 30, 2016 · 1 comment

Comments

@wheredoesyourmindgo
Copy link

Should the debounce call capture the timeout value at line 78? I'm wondering if that line of code should read

 }.bind(this), 200));

instead of

 }.bind(this)), 200);

Feel free to close this ticket.

@lbud
Copy link

lbud commented Nov 2, 2016

It should, thanks for catching @wheredoesyourmindgo! Fixing in #65, to be included in the next release.

@lbud lbud closed this as completed Nov 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants