Skip to content

Commit

Permalink
Merge pull request #8 from thorsteinsson/master
Browse files Browse the repository at this point in the history
didInitAttrs is deprecated in Ember 2.6
  • Loading branch information
e00dan authored Jun 20, 2016
2 parents 18ba9c5 + c4ea451 commit bb68239
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 bb68239

Please sign in to comment.