mirror of
https://github.com/flynx/diff.js.git
synced 2025-10-28 10:30:09 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e5489b51a8
commit
cb16f000f7
3
diff.js
3
diff.js
@ -2184,7 +2184,8 @@ var DiffPrototype = {
|
||||
|
||||
// XXX Q: should we ignore the last element of the path???
|
||||
filter = function(change, i, lst){
|
||||
return cmp(path, change.path) }
|
||||
//return cmp(path, change.path) }
|
||||
return test(change.path) }
|
||||
}
|
||||
|
||||
// XXX should we add filter to options or at least set a .filtered attr???
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user