(display)
| 2514 | // POSITION MEASUREMENT |
| 2515 | |
| 2516 | function paddingTop(display) {return display.lineSpace.offsetTop;} |
| 2517 | function paddingVert(display) {return display.mover.offsetHeight - display.lineSpace.offsetHeight;} |
| 2518 | function paddingH(display) { |
| 2519 | if (display.cachedPaddingH) return display.cachedPaddingH; |
no outgoing calls
no test coverage detected