Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-08-23 16:40:59 +03:00
parent e5489b51a8
commit cb16f000f7

View File

@ -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???