()
| 449 | } |
| 450 | |
| 451 | function updateHeight() { |
| 452 | scrollerHeight = calculateScrollerHeight() - 10; |
| 453 | scroller.style.height = scrollerHeight + 'px'; |
| 454 | } |
| 455 | |
| 456 | function createScroller() { |
| 457 | // *Creates scroller element and appends to '.scrollable' div |
nothing calls this directly
no test coverage detected