This commit is contained in:
Vesa Juvonen 2016-12-05 16:22:21 +02:00
commit 1f92a15e8e
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;