parent
abfb7fc8a4
commit
c1cbc39377
|
|
@ -769,7 +769,7 @@ class Clock {
|
||||||
this.rates.clock = this.timescales[this.options.resolution];
|
this.rates.clock = this.timescales[this.options.resolution];
|
||||||
this.active();
|
this.active();
|
||||||
for (const l in this.listeners) {
|
for (const l in this.listeners) {
|
||||||
this.listeners[l] && Bangle.on(l, this.listeners[l]);
|
Bangle.on(l, this.listeners[l]);
|
||||||
}
|
}
|
||||||
Bangle.setUI('clock');
|
Bangle.setUI('clock');
|
||||||
return this;
|
return this;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue