kamicane / prime

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

Fixes Array.filter ES5 mootools/mootools-core#2169. #3

Closed arian closed 12 years ago

arian commented 12 years ago

As per spec, Array.filter should return the filtered items, and not andany possible mutation that might have occurred in the callback. See referenced issue for more information.

Added coverage for case.