()
| 1667 | } |
| 1668 | function paddingTop() {return lineSpace.offsetTop;} |
| 1669 | function paddingLeft() {return lineSpace.offsetLeft;} |
| 1670 | |
| 1671 | function posFromMouse(e, liberal) { |
| 1672 | var offW = eltOffset(scroller, true), x, y; |
no outgoing calls
no test coverage detected