prototypejs / prototype

Prototype JavaScript framework
http://prototypejs.org/
Other
3.54k stars 639 forks source link

Array.prototype.map does not send 3rd argument #292

Closed codefactor closed 9 years ago

codefactor commented 9 years ago

According to this: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map

Array.prototype.map is supposed to send a 3rd argument which references the Array, however Prototype's implementation only sends 2 arguments.

codefactor commented 9 years ago

Sorry this does not look like an issue in latest version.