diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-04-08 20:58:07 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-04-08 21:03:47 +0200 |
commit | 44124980c55d5a5ec7dfb8e71bf14d10f0fe975d (patch) | |
tree | 795191ff37d862a4bcf9cbc57cdb60b909b038d1 /client/angular/videos/components/watch | |
parent | 0dde91ff15ec3cb73d39da50b388e5e525160cb4 (diff) | |
download | PeerTube-44124980c55d5a5ec7dfb8e71bf14d10f0fe975d.tar.gz PeerTube-44124980c55d5a5ec7dfb8e71bf14d10f0fe975d.tar.zst PeerTube-44124980c55d5a5ec7dfb8e71bf14d10f0fe975d.zip |
Add typescript (and angular2) linter
Diffstat (limited to 'client/angular/videos/components/watch')
-rw-r--r-- | client/angular/videos/components/watch/videos-watch.component.ts | 4 |
1 files changed, 2 insertions, 2 deletions
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 { | |||
47 | alert('Cannot append the file.'); | 47 | alert('Cannot append the file.'); |
48 | console.error(err); | 48 | console.error(err); |
49 | } | 49 | } |
50 | }) | 50 | }); |
51 | }) | 51 | }); |
52 | } | 52 | } |
53 | 53 | ||
54 | routerCanDeactivate(next: ComponentInstruction, prev: ComponentInstruction) : any { | 54 | routerCanDeactivate(next: ComponentInstruction, prev: ComponentInstruction) : any { |