(display)
| 629 | // but using getBoundingClientRect to get a sub-pixel-accurate |
| 630 | // result. |
| 631 | function compensateForHScroll(display) { |
| 632 | return display.scroller.getBoundingClientRect().left - display.sizer.getBoundingClientRect().left; |
| 633 | } |
| 634 | |
| 635 | // DISPLAY DRAWING |
| 636 |
no outgoing calls
no test coverage detected