mirror of https://github.com/espruino/BangleApps
ClockFace: minor cleanup
No idea how that `true` got there, but it does nothing.pull/1985/head
parent
6090b453c3
commit
9fb3fccb32
|
@ -108,7 +108,7 @@ ClockFace.prototype.resume = function() {
|
|||
delete this._last;
|
||||
this.paused = false;
|
||||
if (this._resume) this._resume.apply(this);
|
||||
this.tick(true);
|
||||
this.tick();
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue