()
| 2570 | return window.pageXOffset || (document.documentElement || document.body).scrollLeft |
| 2571 | } |
| 2572 | function pageScrollY() { |
| 2573 | if (chrome && android) { return -(document.body.getBoundingClientRect().top - parseInt(getComputedStyle(document.body).marginTop)) } |
| 2574 | return window.pageYOffset || (document.documentElement || document.body).scrollTop |
| 2575 | } |
| 2576 | |
| 2577 | function widgetTopHeight(lineObj) { |
| 2578 | var height = 0; |
no outgoing calls
no test coverage detected