(options, i)
| 624 | } |
| 625 | |
| 626 | function lineNumberFor(options, i) { |
| 627 | return String(options.lineNumberFormatter(i + options.firstLineNumber)); |
| 628 | } |
| 629 | |
| 630 | // Computes display.scroller.scrollLeft + display.gutters.offsetWidth, |
| 631 | // but using getBoundingClientRect to get a sub-pixel-accurate |
no outgoing calls
no test coverage detected