millermedeiros / amd-utils

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

lang/isArguments doesn't work on IE7 #20

Closed millermedeiros closed 12 years ago

millermedeiros commented 12 years ago

remove it since it isn't reliable and not really useful (can check if it is a array-like object..)

millermedeiros commented 12 years ago

in fact will add a new test just for browsers that doesn't return "Arguments" on kindOf check since it is needed on lang/toArray()