mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Remove stray "117", combine lines in polyfill docs
This commit is contained in:
@@ -119,9 +119,7 @@ In addition to that philosophy, we've also taken the stance that we, as authors
|
||||
|
||||
### Polyfills Needed to Support Older Browsers
|
||||
|
||||
`es5-shim.js` from [kriskowal's
|
||||
es5-shim](https://github.com/kriskowal/es5-shim) provides the following
|
||||
that React needs:
|
||||
`es5-shim.js` from [kriskowal's es5-shim](https://github.com/kriskowal/es5-shim) provides the following that React needs:
|
||||
|
||||
* `Array.isArray`
|
||||
* `Array.prototype.forEach`
|
||||
@@ -130,9 +128,7 @@ that React needs:
|
||||
* `Date.now`
|
||||
* `Function.prototype.bind`
|
||||
|
||||
`es5-sham.js`, also from [kriskowal's
|
||||
117 es5-shim](https://github.com/kriskowal/es5-shim), provides the
|
||||
following that React needs:
|
||||
`es5-sham.js`, also from [kriskowal's es5-shim](https://github.com/kriskowal/es5-shim), provides the following that React needs:
|
||||
|
||||
* `Object.create`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user