style(playlist): fixes some TS hint errors

This commit is contained in:
bergquist 2016-01-18 14:13:11 +01:00
parent 10adc57b3f
commit 88e9161e57

View File

@ -12,7 +12,7 @@ class PlaylistSrv {
private playlistId: number;
/** @ngInject */
constructor(private $rootScope:any, private $location:any, private $timeout:any, private backendSrv:any) { }
constructor(private $rootScope: any, private $location: any, private $timeout: any, private backendSrv: any) { }
next() {
this.$timeout.cancel(this.cancelPromise);