(lines)
| 248 | diff.push({value: "", lines: []}); // Append an empty value to make cleanup easier |
| 249 | |
| 250 | function contextLines(lines) { |
| 251 | return lines.map(function(entry) { return ' ' + entry; }); |
| 252 | } |
| 253 | function eofNL(curRange, i, current) { |
| 254 | var last = diff[diff.length-2], |
| 255 | isLast = i === diff.length-2, |