()
| 113 | this.widgetDate = widgetDate; |
| 114 | } |
| 115 | applyDateStyle() { |
| 116 | this.widgetDate.applyDateStyle(); |
| 117 | return this; |
| 118 | } |
| 119 | applyOffsetStyle() { |
| 120 | this.widgetDate.applyOffsetStyle(); |
| 121 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected