From 190f373ce302e12b16632df8069f8ca25f29604e Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Tue, 14 Jan 2014 16:57:27 -0800 Subject: [PATCH] Update docs to mention that you need both es5-shim.js and es5-sham.js to use React with IE8. --- docs/docs/07-working-with-the-browser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/07-working-with-the-browser.md b/docs/docs/07-working-with-the-browser.md index 393cce8a16174..31600be1a11cc 100644 --- a/docs/docs/07-working-with-the-browser.md +++ b/docs/docs/07-working-with-the-browser.md @@ -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`