Closed pbellon closed 10 years ago
Good catch! Your changes have been merged into master and npm has been updated to version 0.0.3
It's been a while since I've touched this project but just wanted to say thanks for your pull request and contribution :wink:
If for a strange reason the
results
variable isundefined
ornull
in themap
function the code will break because of the for loop used as bellow:A good way to avoid these issues is to use the other for syntax: