(date)
| 417 | return this; |
| 418 | } |
| 419 | refreshAfterDate(date) { |
| 420 | this.widget.refreshAfterDate = date; |
| 421 | return this; |
| 422 | } |
| 423 | spacing(space) { |
| 424 | this.widget.spacing = space; |
| 425 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected