diff --git a/diff2.js b/diff2.js index fc7d1c2..1ec8ad3 100644 --- a/diff2.js +++ b/diff2.js @@ -197,6 +197,7 @@ object.Constructor('Walk', { return !!e }) ] // walk... try { + // XXX should this be a yield* or a simple yield??? yield* this.handler(obj, path, next, type) // XXX BLOCK... .map(function([p, v]){