Update polyfills list in docs [skip ci]

Fixes #1744
This commit is contained in:
Paul O’Shannessy
2014-07-10 17:13:45 -07:00
parent 36ab425d50
commit 748e7d3e93

View File

@@ -116,12 +116,15 @@ In addition to that philosophy, we've also taken the stance that we, as authors
`es5-shim.js` from [kriskowal's es5-shim](https://github.com/kriskowal/es5-shim) provides the following that React needs:
* `Array.isArray`
* `Array.prototype.every`
* `Array.prototype.forEach`
* `Array.prototype.indexOf`
* `Array.prototype.some`
* `Array.prototype.map`
* `Date.now`
* `Function.prototype.bind`
* `Object.keys`
* `String.prototype.split`
* `String.prototype.trim`
`es5-sham.js`, also from [kriskowal's es5-shim](https://github.com/kriskowal/es5-shim), provides the following that React needs: