Describe changes from the original version
This commit is contained in:
parent
6754316a9d
commit
2962436522
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
||||||
/* Original version: https://github.com/kpdecker/jsdiff */
|
/*
|
||||||
|
Original version: https://github.com/kpdecker/jsdiff
|
||||||
|
This version is simplified for the usecase:
|
||||||
|
- comparison of arrays
|
||||||
|
- synchronous function call
|
||||||
|
- equality of elements can be detected via the "==" operator
|
||||||
|
*/
|
||||||
/*
|
/*
|
||||||
Software License Agreement (BSD License)
|
Software License Agreement (BSD License)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue