Skip to content

Commit

Permalink
Remove stray "117", combine lines in polyfill docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao committed Jan 15, 2014
1 parent 8d63dad commit b0b7717
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/docs/07-working-with-the-browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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`

Expand Down

0 comments on commit b0b7717

Please sign in to comment.