From 44124980c55d5a5ec7dfb8e71bf14d10f0fe975d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 8 Apr 2016 20:58:07 +0200 Subject: Add typescript (and angular2) linter --- client/angular/videos/components/watch/videos-watch.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/angular/videos/components/watch') diff --git a/client/angular/videos/components/watch/videos-watch.component.ts b/client/angular/videos/components/watch/videos-watch.component.ts index 1a17e2b1a..28786ebb9 100644 --- a/client/angular/videos/components/watch/videos-watch.component.ts +++ b/client/angular/videos/components/watch/videos-watch.component.ts @@ -47,8 +47,8 @@ export class VideosWatchComponent implements OnInit, CanDeactivate { alert('Cannot append the file.'); console.error(err); } - }) - }) + }); + }); } routerCanDeactivate(next: ComponentInstruction, prev: ComponentInstruction) : any { -- cgit v1.2.3