Fixed bug #74 (#77)

This commit is contained in:
Waldek Mastykarz 2016-12-05 14:40:01 +01:00 committed by Vesa Juvonen
parent 29339cb219
commit 4342709c3f
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ export class VoteController implements IVoteControllerScope {
}
public vote($event: MouseEvent): void {
event.preventDefault();
$event.preventDefault();
this.voting = true;
this.error = undefined;