()
| 1867 | } |
| 1868 | function paddingTop() {return lineSpace.offsetTop;} |
| 1869 | function paddingLeft() {return lineSpace.offsetLeft;} |
| 1870 | |
| 1871 | function posFromMouse(e, liberal) { |
| 1872 | var offW = eltOffset(scroller, true), x, y; |
no outgoing calls
no test coverage detected