krasimir / absurd

A JavaScript library with superpowers
http://absurdjs.krasimirtsonev.com/
MIT License
1.38k stars 90 forks source link

change for condition to inner if in add of arrays fixes #104 #105

Closed carlos22 closed 9 years ago

carlos22 commented 9 years ago

The assignment in the condition part of the for loop skipped all elements after the first falsy one. Added test and moved the check to inner if.

krasimir commented 9 years ago

Thanks, I'll release a new version as soon as I reach my laptop ;)

krasimir commented 9 years ago

Sorry for the big delay. A new version 0.3.32 is released.