mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: undefined is not an object evaluating this., #9538
This commit is contained in:
parent
43d45f9fae
commit
3e3cef28ec
@ -21,7 +21,7 @@ export class Timer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cancelAll() {
|
cancelAll() {
|
||||||
_.each(this.timers, function (t) {
|
_.each(this.timers, t => {
|
||||||
this.$timeout.cancel(t);
|
this.$timeout.cancel(t);
|
||||||
});
|
});
|
||||||
this.timers = [];
|
this.timers = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user