Commit 88e9161e by bergquist

style(playlist): fixes some TS hint errors

parent 10adc57b
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment