millermedeiros / amd-utils

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

check which methods should use object/forIn instead of object/forOwn #89

Closed millermedeiros closed 12 years ago

millermedeiros commented 12 years ago

object/forIn was introduced on the commit: 69a8dbb5818b186b7a2ab5b0a5d2b24bd34c6c64

millermedeiros commented 12 years ago

node-madge can help the process: madge -f amd -d object/forIn src

millermedeiros commented 12 years ago

I think current behavior is correct.