From 29624365228a9013851bfb34a15ab94ff550c5a8 Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Thu, 18 Apr 2019 16:17:11 +0900 Subject: [PATCH] Describe changes from the original version --- src/js/background/diff.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/js/background/diff.js b/src/js/background/diff.js index ddf64c4..60bad51 100644 --- a/src/js/background/diff.js +++ b/src/js/background/diff.js @@ -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)