Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-06-21 02:25:48 +03:00
parent f96b234460
commit 8bcf8a2930

View File

@ -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){