mirror of
https://github.com/flynx/diff.js.git
synced 2025-10-28 18:40:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ccdf273353
commit
599d7287b9
11
diff.js
11
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,
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user