(options, i)
| 413 | } |
| 414 | |
| 415 | function lineNumberFor(options, i) { |
| 416 | return String(options.lineNumberFormatter(i + options.firstLineNumber)); |
| 417 | } |
| 418 | function compensateForHScroll(display) { |
| 419 | return getRect(display.scroller).left - getRect(display.sizer).left; |
| 420 | } |
no outgoing calls
no test coverage detected