Skip to content

Commit

Permalink
chore(button): remove unused arg (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
kara authored and jelbourn committed May 13, 2016
1 parent 4f713b9 commit 33a88ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/button/button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class MdButton {
}
}

setKeyboardFocus($event: any) {
setKeyboardFocus() {
this.isKeyboardFocused = !this.isMouseDown;
}

Expand Down

0 comments on commit 33a88ac

Please sign in to comment.