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
076d05ba7a
commit
664c73ac1c
4
diff.js
4
diff.js
@ -1518,7 +1518,9 @@ module.Types = {
|
||||
|
||||
// basic compare...
|
||||
// XXX do we need to differentiate things like: new Number(123) vs. 123???
|
||||
// XXX do we need to maintain context here???
|
||||
// XXX we need to maintain the context here...
|
||||
// ...do we need two contexts here??? -- walk(..) has it's
|
||||
// context + the pattern also has a context...
|
||||
var cmp = function(a, b){
|
||||
// NOTE: we can't use a == b directly because of things like
|
||||
// [2] == 2 -> true...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user