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

Fix initializer arity deprecation #56

Merged
merged 1 commit into from
Jun 8, 2016

Conversation

bantic
Copy link
Contributor

@bantic bantic commented Jun 8, 2016

When running the tests for Ember 2.x scenarios, there was a deprecation
warning due to the dummy app using an initializer with arity two
(initialize(container, application) instead of initialize(application)).
This changes initialize so that it will not trigger the deprecation warning.
See: http://emberjs.com/deprecations/v2.x/#toc_initializer-arity

@chrislopresto chrislopresto merged commit aedcbf0 into yapplabs:master Jun 8, 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

Successfully merging this pull request may close these issues.

2 participants