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