kamicane / prime

An essential JavaScript library for node.js and browsers
154 stars 32 forks source link

`prime.each` used when an alternative that iterates own properties should be used. #17

Closed jdalton closed 10 years ago

jdalton commented 11 years ago

Related to #15, Prime currently relies on prime.each for many of its object and Map methods when it should be using something that iterates over own-enumerable properties instead to be consistent with array counterparts behaviors.