millermedeiros / amd-utils

modular JavaScript utilities written in the AMD format
http://millermedeiros.github.com/amd-utils
142 stars 11 forks source link

support exiting iterations early if callback return `false` #94

Closed millermedeiros closed 12 years ago

millermedeiros commented 12 years ago

specially for array/forEach, object/forIn and object/forOwn.

see #64