(display)
| 3548 | // POSITION MEASUREMENT |
| 3549 | |
| 3550 | function paddingTop(display) { |
| 3551 | return display.lineSpace.offsetTop |
| 3552 | } |
| 3553 | function paddingVert(display) { |
| 3554 | return display.mover.offsetHeight - display.lineSpace.offsetHeight |
| 3555 | } |
no outgoing calls
no test coverage detected