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