(layout, height)
| 121 | return width; |
| 122 | } |
| 123 | onFitVertically(layout, height) { |
| 124 | this.anchors.background.height = height; |
| 125 | this.resetTimeline(layout); |
| 126 | return height; |
| 127 | } |
| 128 | }, |
| 129 | contents:[ |
| 130 | Die($, { |
nothing calls this directly
no test coverage detected