* Called when the component is mounted.
()
| 63 | * Called when the component is mounted. |
| 64 | */ |
| 65 | function mount(): void { |
| 66 | Transition = Components.Transition; |
| 67 | on( [ EVENT_MOUNTED, EVENT_RESIZED, EVENT_UPDATED, EVENT_REFRESH ], reposition ); |
| 68 | } |
| 69 | |
| 70 | /** |
| 71 | * Repositions the slider. |
nothing calls this directly
no test coverage detected
searching dependent graphs…