Skip to content

Commit

Permalink
docs: remove get from closure action example (#277)
Browse files Browse the repository at this point in the history
Not sure if this is good to have as a default 馃悽
  • Loading branch information
rwjblue committed Aug 8, 2018
2 parents d8d7fb7 + eee2ab4 commit 0a0105c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/closure-actions.md
Expand Up @@ -22,7 +22,7 @@ export default Controller.extend({
export default Component.extend({
actions: {
pushLever() {
get(this, 'boom')();
this.boom();
}
}
})
Expand Down

0 comments on commit 0a0105c

Please sign in to comment.