From fe1760b931981240d39509f7b7747fe1d78e4ec5 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 19 Jul 2021 23:17:54 +0300 Subject: [PATCH] cleanup... Signed-off-by: Alex A. Naanou --- diff2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff2.js b/diff2.js index aa6b424..1a9ef68 100644 --- a/diff2.js +++ b/diff2.js @@ -149,9 +149,9 @@ object.Constructor('Path', Array, { // NOTE: in the Walk() case, must contain a .handler // function. // +// // XXX need a way to produce nested results... // XXX should we move this to a separate lib??? -// XXX add a way to do relative/full paths... var Walk = module.Walk = object.Constructor('Walk', {