(display)
| 520 | // but using getBoundingClientRect to get a sub-pixel-accurate |
| 521 | // result. |
| 522 | function compensateForHScroll(display) { |
| 523 | return display.scroller.getBoundingClientRect().left - display.sizer.getBoundingClientRect().left; |
| 524 | } |
| 525 | |
| 526 | // DISPLAY DRAWING |
| 527 |
no outgoing calls
no test coverage detected