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

Commits on Jan 5, 2018

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

    Update to [email protected]
    
    Fixes issues with calling `Ember.run.debounce(someFunction, timeDelay)`.
    Prior to this change, ^ would throw an error.
    rwjblue committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    d3d667d View commit details
    Browse the repository at this point in the history
  2. [BUGFIX beta] Add simple Ember.run.debounce tests.

    Some very basic tests around common usage patterns to help prevent
    regressions in the future.
    rwjblue committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    db305cf View commit details
    Browse the repository at this point in the history