mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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;
|
private playlistId: number;
|
||||||
|
|
||||||
/** @ngInject */
|
/** @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() {
|
next() {
|
||||||
this.$timeout.cancel(this.cancelPromise);
|
this.$timeout.cancel(this.cancelPromise);
|
||||||
|
Loading…
Reference in New Issue
Block a user