| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Hey @surdu |
Sorry, something went wrong.
|
@vakrilov In the case of reduceRight, the initialValue argument is passed directly to the JS method, and not interrogated beforehand. That being said, now I'm wondering if reduceRight will not fail also if the initialValue is omitted (which I'm pretty sure it does). I'll check it out later today 😉 |
Sorry, something went wrong.
…l value is not specified or zero
|
@vakrilov Now I realize that what I was wondering is exactly what you said 😆. Sorry, I was tired. I've just pushed the tests and the fix for reduceRight as well 😉 |
Sorry, something went wrong.
|
Hey @surdu - thanks again for the PR! LGTM! We will notify you if the is some action needed form your side. |
Sorry, something went wrong.
|
test |
Sorry, something went wrong.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Checklist
What is the current behavior?
When using passing an initial value of zero to .reduce() from ObservableArray, the initial value is ignored
What is the new behavior?
Initial value is used
Fixes #6385