(options, i)
| 385 | } |
| 386 | |
| 387 | function lineNumberFor(options, i) { |
| 388 | return String(options.lineNumberFormatter(i + options.firstLineNumber)); |
| 389 | } |
| 390 | function compensateForHScroll(display) { |
| 391 | return getRect(display.scroller).left - getRect(display.sizer).left; |
| 392 | } |
no outgoing calls
no test coverage detected