Expand all

ve.DiffMatchPatch

Extends

Constructor

new ve.DiffMatchPatch(oldStore, newStore) #

DiffMatchPatch implementation

Parameters:

Name Type Description
oldStore ve.dm.HashValueStore
newStore ve.dm.HashValueStore
Source:
DiffMatchPatch implementation

Methods

isEqualChar(a, b) → {boolean} #

Parameters:

Name Type Description
a ve.dm.LinearData.Item
b ve.dm.LinearData.Item

Returns:

Type
boolean
Source:

isEqualString(a, b) → {boolean} #

Parameters:

Name Type Description
a Array.<ve.dm.LinearData.Item>
b Array.<ve.dm.LinearData.Item>

Returns:

Type
boolean
Source: