(display)
| 985 | // POSITION MEASUREMENT |
| 986 | |
| 987 | function paddingTop(display) {return display.lineSpace.offsetTop;} |
| 988 | function paddingVert(display) {return display.mover.offsetHeight - display.lineSpace.offsetHeight;} |
| 989 | function paddingH(display) { |
| 990 | if (display.cachedPaddingH) return display.cachedPaddingH; |
no outgoing calls
no test coverage detected