(spacer)
| 252 | } |
| 253 | class ChainSpacer { |
| 254 | constructor(spacer) { |
| 255 | this.widgetSpacer = spacer; |
| 256 | } |
| 257 | length(number) { |
| 258 | this.widgetSpacer.length = number; |
| 259 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected