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

[BUGFIX beta] Fix issues with run.debounce with only method and wait. #16067

Merged
merged 2 commits into from
Jan 5, 2018

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Jan 5, 2018

Update to [email protected].

Fixes issues with calling Ember.run.debounce(someFunction, timeDelay). In Ember 2.18 and 3.0.0-beta.1 that would throw an error.

Update to [email protected]

Fixes issues with calling `Ember.run.debounce(someFunction, timeDelay)`.
Prior to this change, ^ would throw an error.
Some very basic tests around common usage patterns to help prevent
regressions in the future.
@rwjblue rwjblue merged commit a8ee02e into emberjs:master Jan 5, 2018
@rwjblue rwjblue deleted the update-backburner branch January 5, 2018 18:10
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

Successfully merging this pull request may close these issues.

1 participant