(display)
| 3551 | return display.lineSpace.offsetTop |
| 3552 | } |
| 3553 | function paddingVert(display) { |
| 3554 | return display.mover.offsetHeight - display.lineSpace.offsetHeight |
| 3555 | } |
| 3556 | function paddingH(display) { |
| 3557 | if (display.cachedPaddingH) { |
| 3558 | return display.cachedPaddingH |
no outgoing calls
no test coverage detected