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,