[Docs] Add Object.keys to list of shims

This commit is contained in:
Cheng Lou
2014-02-14 09:52:04 -08:00
parent 67c5d76321
commit f4798ebee1
+1
View File
@@ -121,6 +121,7 @@ In addition to that philosophy, we've also taken the stance that we, as authors
* `Array.prototype.some`
* `Date.now`
* `Function.prototype.bind`
* `Object.keys`
`es5-sham.js`, also from [kriskowal's es5-shim](https://github.com/kriskowal/es5-shim), provides the following that React needs: