()
| 125 | return this; |
| 126 | } |
| 127 | applyTimeStyle() { |
| 128 | this.widgetDate.applyTimeStyle(); |
| 129 | return this; |
| 130 | } |
| 131 | applyTimerStyle() { |
| 132 | this.widgetDate.applyTimerStyle(); |
| 133 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected