jashkenas / underscore

JavaScript's utility _ belt
https://underscorejs.org
MIT License
27.33k stars 5.53k forks source link

edited the _.each function #2806

Closed alDuncanson closed 5 years ago

alDuncanson commented 5 years ago

I changed the variable 'length' in the _.each function to something more obscure and less likely to be used as a key in an object in order to prevent errors while iterating over object keys in the meteor framework.

megawac commented 5 years ago

Not an issue as this is a local scope variable reference