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
c9dc124f7a
commit
699cfc279f
5
diff2.js
5
diff2.js
@ -826,7 +826,10 @@ function(A, B, cmp){
|
|||||||
// .....will we have container border issues here???
|
// .....will we have container border issues here???
|
||||||
// ........should this be optional???
|
// ........should this be optional???
|
||||||
// this can also be achieved by nesting...
|
// this can also be achieved by nesting...
|
||||||
// XXX not yet sure if this is not over-complicating things...
|
// XXX not yet sure if this whole thing is not over-complicating things...
|
||||||
|
// XXX one different approach that could also be used is to combine this
|
||||||
|
// with the original implementation and use diff(..) as a sub-tree
|
||||||
|
// comparator...
|
||||||
var keyValueDiff =
|
var keyValueDiff =
|
||||||
function(A, B, options={}){
|
function(A, B, options={}){
|
||||||
return diffSections(
|
return diffSections(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user