build
parent
0ffab1ab92
commit
e5329c0d58
|
|
@ -244,7 +244,6 @@ var TimerApp = /** @class */ (function () {
|
||||||
this.timers = state.timers;
|
this.timers = state.timers;
|
||||||
};
|
};
|
||||||
TimerApp.prototype.drawButtons = function () {
|
TimerApp.prototype.drawButtons = function () {
|
||||||
console.log("DRAW BUTTONS", JSON.stringify(this.timers));
|
|
||||||
if (this.displayedTimerIsRunning() || !this.displayedTimerHasStarted()) {
|
if (this.displayedTimerIsRunning() || !this.displayedTimerHasStarted()) {
|
||||||
this.largeButton.draw();
|
this.largeButton.draw();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue