()
| 117 | return this; |
| 118 | } |
| 119 | applyOffsetStyle() { |
| 120 | this.widgetDate.applyOffsetStyle(); |
| 121 | return this; |
| 122 | } |
| 123 | applyRelativeStyle() { |
| 124 | this.widgetDate.applyRelativeStyle(); |
| 125 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected