(options, i)
| 513 | } |
| 514 | |
| 515 | function lineNumberFor(options, i) { |
| 516 | return String(options.lineNumberFormatter(i + options.firstLineNumber)); |
| 517 | } |
| 518 | |
| 519 | // Computes display.scroller.scrollLeft + display.gutters.offsetWidth, |
| 520 | // but using getBoundingClientRect to get a sub-pixel-accurate |
no outgoing calls
no test coverage detected