Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

add documentation for didinitattrs deprecation #2525

Merged
merged 1 commit into from
Mar 29, 2016
Merged

add documentation for didinitattrs deprecation #2525

merged 1 commit into from
Mar 29, 2016

Conversation

willrax
Copy link
Contributor

@willrax willrax commented Mar 28, 2016

this adds the documentation for the deprecation of didInitAttrs.

screen shot 2016-03-29 at 07 06 48

export default Ember.Component.extend({
didInitAttrs() {
this._super(...arguments);
get(this, 'handle'); // @tomdale
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you update to use this.get instead of Ember.get?

@willrax
Copy link
Contributor Author

willrax commented Mar 29, 2016

@rwjblue all fixed up. Updated the screen shot as well.

@rwjblue
Copy link
Member

rwjblue commented Mar 29, 2016

Awesome, thank you!!

@rwjblue rwjblue merged commit 9f4a37c into emberjs:master Mar 29, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants