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
b
Source:

Returns:

Type
boolean

isEqualString(a, b) → {boolean} #

Parameters:

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

Returns:

Type
boolean