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

Cancel timer for Ember.run.later in initializer. #6

Merged
merged 1 commit into from
Jun 19, 2017

Conversation

chriskrycho
Copy link
Contributor

This isn't the optimal fix: that's still to come, in the form of moving this out of an initializer and into app/router.js instead. However, this is a backwards-compatible stopgap which resolves a number of test failures which can arise if there are any bad interactions with other Router reopening or extension.

This isn't the optimal fix: that's still to come, in the form of moving
this out of an initializer and into `app/router.js` instead. However,
this is a backwards-compatible stopgap which resolves a number
of test failures which can arise if there are any bad interactions
with other `Router` reopening or extension.
@Robdel12
Copy link
Member

Nice! Thanks for the PR. I'm going to go ahead and merge since master fails on the same builds.

@Robdel12 Robdel12 merged commit a922c10 into ember-a11y:master Jun 19, 2017
@chriskrycho chriskrycho deleted the fix-initializer-timer branch July 24, 2017 15:25
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.

2 participants