mirror of
https://github.com/flynx/diff.js.git
synced 2025-10-29 02:50:10 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f3704f6cb3
commit
bc604f28a5
@ -205,7 +205,7 @@ Remove an existing type handler:
|
|||||||
ExtendedDiff.types.delete('Text')
|
ExtendedDiff.types.delete('Text')
|
||||||
```
|
```
|
||||||
|
|
||||||
The [source code](./diff.js#1098) is a good example for this as the base `Diff(..)` is built using this API, but note that we are registirng types on the `Types` object rather that on the `Diff` itself, there is no functional difference other than how the main code is structured internally.
|
The [source code](./diff.js#L1098) is a good example for this as the base `Diff(..)` is built using this API, but note that we are registirng types on the `Types` object rather that on the `Diff` itself, there is no functional difference other than how the main code is structured internally.
|
||||||
|
|
||||||
|
|
||||||
## The Diff format
|
## The Diff format
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user