mirror of
https://github.com/grafana/grafana.git
synced 2025-01-10 08:03:58 -06:00
style(playlist): fixes some TS hint errors
This commit is contained in:
parent
10adc57b3f
commit
88e9161e57
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user