v0.26.1
- Ensure
Array
/Array.prototype
functions have the correct name. - Chrome 40 defines the incorrect name for
Array#values
- Make sure that
Array.of
works when subclassed.
Array
/Array.prototype
functions have the correct name.Array#values
Array.of
works when subclassed.