Closed ghost closed 8 years ago
I forgot to add return true to the check() function in PR #409:
return true
check()
Iterating over objects continues as long as there are remaining objects and the callback function returns true. If the callback does not return true, the iteration is interrupted.
I forgot to add
return true
to thecheck()
function in PR #409: