From 599d7287b95383469f42628801e6a8327c3c00e3 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 23 Jul 2018 03:50:27 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- diff.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/diff.js b/diff.js index 958baf7..414d23a 100644 --- a/diff.js +++ b/diff.js @@ -337,6 +337,17 @@ var proxy = function(path, func){ // d.undo(X) // same as: d.reverse().patch(X) // d.json() // ... +// +// API (class): +// .cmp(A, B) +// .diff(A, B) +// ... +// API (instance): +// .patch(X) +// .check(X) +// .json() +// .load(json) // same as: new Diff(json) +// ... var Types = { __cache: null,