Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-07-23 03:50:27 +03:00
parent ccdf273353
commit 599d7287b9

11
diff.js
View File

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