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