Skip to content

Commit

Permalink
Update docs to mention that you need both es5-shim.js and es5-sham.js…
Browse files Browse the repository at this point in the history
… to use React with IE8.
  • Loading branch information
rtfeldman authored and zpao committed Jan 15, 2014
1 parent 1873e1d commit 190f373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/07-working-with-the-browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ In addition to that philosophy, we've also taken the stance that we, as authors

### Polyfills Needed to Support Older Browsers

These six functions can be polyfilled using `es5-shim.js` from [kriskowal's es5-shim](https://github.com/kriskowal/es5-shim):
These six functions can be polyfilled using a combintion of `es5-shim.js` and `es5-sham.js` from [kriskowal's es5-shim](https://github.com/kriskowal/es5-shim):

* `Array.isArray`
* `Array.prototype.forEach`
Expand Down

0 comments on commit 190f373

Please sign in to comment.