(display)
| 1437 | // POSITION MEASUREMENT |
| 1438 | |
| 1439 | function paddingTop(display) {return display.lineSpace.offsetTop;} |
| 1440 | function paddingVert(display) {return display.mover.offsetHeight - display.lineSpace.offsetHeight;} |
| 1441 | function paddingH(display) { |
| 1442 | if (display.cachedPaddingH) return display.cachedPaddingH; |
no outgoing calls
no test coverage detected