updated license...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-11-03 19:26:41 +03:00
parent a5ea1e9a7c
commit ddc039e94b
2 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -149,12 +149,10 @@ function(getter, state, ...nodes){
} }
} }
return done ?
// call the done handler... // call the done handler...
res = done ?
done.call(context, res, WalkStopException ? 'stopped': 'done') done.call(context, res, WalkStopException ? 'stopped': 'done')
: res : res
return res
} }
return ( return (