(oldStr, newStr, options)
| 337 | return wordDiff.diff(oldStr, newStr, options); |
| 338 | } |
| 339 | function diffWordsWithSpace(oldStr, newStr, options) { |
| 340 | return wordDiff.diff(oldStr, newStr, options); |
| 341 | } |
| 342 | |
| 343 | var lineDiff = new Diff(); |
| 344 |
nothing calls this directly
no outgoing calls
no test coverage detected