Remove stray "117", combine lines in polyfill docs

This commit is contained in:
Paul O’Shannessy
2014-01-15 11:08:10 -08:00
parent 615dedc3e2
commit e1f4357ff7
+2 -6
View File
@@ -113,9 +113,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`
@@ -124,9 +122,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`