From e9a2578e952a361b042fee45d211c6f88d89209e Mon Sep 17 00:00:00 2001
From: Chocobozzz <florian.bigard@gmail.com>
Date: Thu, 28 Apr 2016 20:47:01 +0200
Subject: I love semicolons (again).

---
 client/angular/videos/components/watch/videos-watch.component.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'client/angular/videos/components')

diff --git a/client/angular/videos/components/watch/videos-watch.component.ts b/client/angular/videos/components/watch/videos-watch.component.ts
index 9a8909b75..d2203727e 100644
--- a/client/angular/videos/components/watch/videos-watch.component.ts
+++ b/client/angular/videos/components/watch/videos-watch.component.ts
@@ -64,7 +64,7 @@ export class VideosWatchComponent implements OnInit, CanDeactivate {
 
   routerCanDeactivate(next: ComponentInstruction, prev: ComponentInstruction) : any {
     console.log('Removing video from webtorrent.');
-    clearInterval(this._interval)
+    clearInterval(this._interval);
     this.client.remove(this.video.magnetUri);
     return true;
   }
-- 
cgit v1.2.3