mirror of
https://github.com/flynx/diff.js.git
synced 2025-10-28 10:30:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f96b234460
commit
8bcf8a2930
4
diff2.js
4
diff2.js
@ -747,6 +747,10 @@ function(A, B, cmp){
|
||||
// ...this is already tracked by diffSections(..) but after
|
||||
// handler(..) arrays are more like hashes, and we need to
|
||||
// account for this....
|
||||
// XXX yet another approach to this is to work in two stages:
|
||||
// 1) diff ignoring keys...
|
||||
// 2) selectively match keys...
|
||||
// ...need to test how complex this will be...
|
||||
//
|
||||
var diff =
|
||||
function(A, B){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user