mirror of
https://github.com/flynx/walk.js.git
synced 2025-10-29 19:10:11 +00:00
updated license...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a5ea1e9a7c
commit
ddc039e94b
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
BSD 3-Clause License
|
BSD 3-Clause License
|
||||||
|
|
||||||
Copyright (c) 2018, Alex A. Naanou
|
Copyright (c) 2018-2019, Alex A. Naanou
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
|||||||
6
walk.js
6
walk.js
@ -149,12 +149,10 @@ function(getter, state, ...nodes){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// call the done handler...
|
return done ?
|
||||||
res = done ?
|
// call the done handler...
|
||||||
done.call(context, res, WalkStopException ? 'stopped': 'done')
|
done.call(context, res, WalkStopException ? 'stopped': 'done')
|
||||||
: res
|
: res
|
||||||
|
|
||||||
return res
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user