Browse Source

[Docs] Add Object.keys to list of shims

main
Cheng Lou 11 years ago
parent
commit
376d456a4c
  1. 1
      docs/07-working-with-the-browser.md

1
docs/07-working-with-the-browser.md

@ -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:

Loading…
Cancel
Save