Skip to content

Commit

Permalink
Tweaking README to note Object.keys differences
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 24, 2014
1 parent e334f3a commit b589957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ details.
* `getPropertyDescriptor()` (ES5)
* `getPropertyNames()` (ES5)
* `getPropertyKeys()` (ES5)
* `keys()` (ES5)
* `keys()` (ES5, but no longer throws on non-object non-null/undefined values in ES6)
* `is()` ([a standalone shim is also available](https://github.com/ljharb/object-is))
* `assign()` ([a standalone shim is also available](https://github.com/ljharb/object.assign))
* `setPrototypeOf()` (IE >= 11)
Expand Down

0 comments on commit b589957

Please sign in to comment.