]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
I love semicolons (again).
authorChocobozzz <florian.bigard@gmail.com>
Thu, 28 Apr 2016 18:47:01 +0000 (20:47 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Thu, 28 Apr 2016 18:47:01 +0000 (20:47 +0200)
client/angular/videos/components/watch/videos-watch.component.ts

index 9a8909b75f492895fc7a7c3f24bb65e6f7637edd..d2203727e462e59d5394ae85f717b708d20c947c 100644 (file)
@@ -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;
   }