mirror of
https://github.com/flynx/diff.js.git
synced 2025-10-29 02:50:10 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d72c2a2e15
commit
076d05ba7a
3
diff.js
3
diff.js
@ -1509,6 +1509,9 @@ module.Types = {
|
|||||||
// XXX Q: will this blow up on recursive objects???
|
// XXX Q: will this blow up on recursive objects???
|
||||||
// I think no... (needs testing)
|
// I think no... (needs testing)
|
||||||
// ...do we need a tree/recursive format to support object recursion???
|
// ...do we need a tree/recursive format to support object recursion???
|
||||||
|
// might be good idea to add an option to do two diff outputs:
|
||||||
|
// - recursive
|
||||||
|
// - flat
|
||||||
_diff: function(A, B, options, context){
|
_diff: function(A, B, options, context){
|
||||||
options = options || {}
|
options = options || {}
|
||||||
var that = this
|
var that = this
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user