mirror of
https://github.com/flynx/walk.js.git
synced 2025-10-28 18:40:10 +00:00
oooooops again!))
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
19ecb59493
commit
9a47f26a89
4
walk.js
4
walk.js
@ -129,7 +129,9 @@
|
||||
//
|
||||
// XXX might be a good idea to move this into it's own module...
|
||||
// generic-walk might be a good name...
|
||||
var walk = function(get, state, ...nodes){
|
||||
var walk =
|
||||
module.walk =
|
||||
function(get, state, ...nodes){
|
||||
var context = {}
|
||||
// this is used to break out of the recursion...
|
||||
// NOTE: this can leak out but we only care about it's identity thus
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user