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

Call this._super.init to avoid ember-cli deprecation #132

Merged
merged 1 commit into from
Jun 22, 2016

Conversation

ascot21
Copy link
Contributor

@ascot21 ascot21 commented Jun 21, 2016

This avoids the following deprecation warning:

DEPRECATION: Overriding init without calling this._super is deprecated.
Please call this._super.init && this._super.init.apply(this, arguments);

This avoids the following deprecation warning:

DEPRECATION: Overriding init without calling this._super is deprecated.
Please call this._super.init && this._super.init.apply(this, arguments);
@lukemelia lukemelia merged commit 8870b7f into yapplabs:master Jun 22, 2016
@lukemelia
Copy link
Contributor

Released as 0.8.5. Thanks @ascot21!

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