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
53e927e3a2
commit
267e729306
1
diff2.js
1
diff2.js
@ -197,6 +197,7 @@ object.Constructor('Walk', {
|
|||||||
return !!e }) ]
|
return !!e }) ]
|
||||||
// walk...
|
// walk...
|
||||||
try {
|
try {
|
||||||
|
// XXX should this be a yield* or a simple yield???
|
||||||
yield* this.handler(obj, path, next, type)
|
yield* this.handler(obj, path, next, type)
|
||||||
// XXX BLOCK...
|
// XXX BLOCK...
|
||||||
.map(function([p, v]){
|
.map(function([p, v]){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user