Skip to content

Commit

Permalink
Removed unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Lainfiesta committed Apr 11, 2016
1 parent 96c1250 commit 6396fad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addon/components/paper-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export default BaseFocusable.extend(RippleMixin, ProxiableMixin, ColorMixin, {
dimBackground: computed.not('iconButton'),

click(event) {
let onClick = this.get('onClick');
this.sendAction('onClick', event);
}
});

0 comments on commit 6396fad

Please sign in to comment.