diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-05-13 14:42:14 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-05-13 14:42:14 +0200 |
commit | f03996dad65281fbb64b7b8ab31d279d7b332a22 (patch) | |
tree | 64bc0904f10a582881285e39fb72d137301483a3 /client/angular/videos | |
parent | 230809efa1e7e81ce60cd65f8b398f01a27d525b (diff) | |
download | PeerTube-f03996dad65281fbb64b7b8ab31d279d7b332a22.tar.gz PeerTube-f03996dad65281fbb64b7b8ab31d279d7b332a22.tar.zst PeerTube-f03996dad65281fbb64b7b8ab31d279d7b332a22.zip |
Fix some typescript compilations issues
Diffstat (limited to 'client/angular/videos')
-rw-r--r-- | client/angular/videos/components/watch/videos-watch.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/angular/videos/components/watch/videos-watch.component.ts b/client/angular/videos/components/watch/videos-watch.component.ts index 6ac2787ed..3d1829b99 100644 --- a/client/angular/videos/components/watch/videos-watch.component.ts +++ b/client/angular/videos/components/watch/videos-watch.component.ts | |||
@@ -22,7 +22,7 @@ export class VideosWatchComponent implements OnInit, CanDeactivate { | |||
22 | numPeers: number; | 22 | numPeers: number; |
23 | loading: boolean = false; | 23 | loading: boolean = false; |
24 | 24 | ||
25 | private _interval: number; | 25 | private _interval: NodeJS.Timer; |
26 | private client: any; | 26 | private client: any; |
27 | 27 | ||
28 | constructor( | 28 | constructor( |