(_x, _y, _showSeconds)
| 838 | }, |
| 839 | |
| 840 | writeTime(_x, _y, _showSeconds) { |
| 841 | if (_showSeconds == undefined) { |
| 842 | _showSeconds = false; |
| 843 | } |
| 844 | this.oldTime = this.getCurrentTime(_showSeconds); |
| 845 | this.date_grid = this.writeWord(this.date_grid, this.oldTime, _x, _y); |
| 846 | }, |
| 847 | |
| 848 | writeWord(_grid, _word, _x, _y) { |
| 849 | if (_word != undefined) { |
nothing calls this directly
no outgoing calls
no test coverage detected