Closed jdalton closed 11 years ago
Closing, as the split-generics branch is now on master. object/keys.js is now allowed to behave in any way we want it to.
I think you've swung to the other extreme. It just comes down t knowing when-and-when-not to use native methods.
The expected behavior of
object.keys
would be to follow ES5Object.keys
and get the keys of only the own-enumerable properties of an object.