Class orion.diff.jsdiff.result
				
				
			
				This object describes the result of the adapt call.
				
				
					
Defined in:  </jobs/genie.orion/orion-client-stable/workspace/bundles/org.eclipse.orion.client.ui/web/orion/compare/jsdiffAdapter.js>.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| Field Attributes | Field Name and Description | 
|---|---|
| the array of strings that represents all the added lines in the new version of the compare string. | |
| the array of diff blocks. | 
					Field Detail
				
				
					 
					
					
					{array of String}
					changContents
					
					
					
						the array of strings that represents all the added lines in the new version of the compare string.
						
						
					
					
					
						
						
						
						
					
					
					{array of orion.diff.mapperItem}
					mapper
					
					
					
						the array of diff blocks.
E.G.
[0, 1, -1],
[2, 2, 0],
[2, 0, 1],
[4, 4, 0],