From f03996dad65281fbb64b7b8ab31d279d7b332a22 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 13 May 2016 14:42:14 +0200 Subject: Fix some typescript compilations issues --- client/angular/videos/components/watch/videos-watch.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/angular') 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 { numPeers: number; loading: boolean = false; - private _interval: number; + private _interval: NodeJS.Timer; private client: any; constructor( -- cgit v1.2.3