(options, i)
| 602 | } |
| 603 | |
| 604 | function lineNumberFor(options, i) { |
| 605 | return String(options.lineNumberFormatter(i + options.firstLineNumber)); |
| 606 | } |
| 607 | |
| 608 | // Computes display.scroller.scrollLeft + display.gutters.offsetWidth, |
| 609 | // but using getBoundingClientRect to get a sub-pixel-accurate |
no outgoing calls
no test coverage detected