Skip to content

Commit

Permalink
didInitAttrs is deprecated in Ember 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsteinsson authored Jun 16, 2016
1 parent 18ba9c5 commit c4ea451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/mixins/link-action.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default Ember.Mixin.create({
this.sendAction('invokeAction');
},

didInitAttrs() {
init() {
this._super(...arguments);

// Map desired event name to invoke function
Expand Down

0 comments on commit c4ea451

Please sign in to comment.