Community
Participate
Working Groups
Checking in jsdiff source code, Version: 1.0.2 (2011/11/17), approved by http://dev.eclipse.org/ipzilla/show_bug.cgi?id=5811.
Created attachment 208271 [details] The source file that has been approved.
fixed with f567f002f320caf1d78f57758d7d0a3254943249. Simon reviewed the naming convention of the jsdiff folder and the example usage of the APIs.
Example usage of the API(jsDiff.createPatch): define(['foo', 'jsdiff/diff'], function(foo) { . . . var patch = JsDiff.createPatch("file name", oldContent, newContent, "oldHeader", "newHeader") ; . . . });