Skip to content

Commit 33a88ac

Browse files
karajelbourn
authored andcommitted
chore(button): remove unused arg (#439)
1 parent 4f713b9 commit 33a88ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/button/button.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class MdButton {
6868
}
6969
}
7070

71-
setKeyboardFocus($event: any) {
71+
setKeyboardFocus() {
7272
this.isKeyboardFocused = !this.isMouseDown;
7373
}
7474

0 commit comments

Comments
 (0)