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