Describe changes from the original version

This commit is contained in:
YUKI "Piro" Hiroshi 2019-04-18 16:17:11 +09:00
parent 6754316a9d
commit 2962436522

View file

@ -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)