From fb0a6189a580933168e4daf66608512087dbcfa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Wed, 15 Jan 2014 11:07:10 -0800 Subject: [PATCH] Remove stray "117", combine lines in polyfill docs --- docs/07-working-with-the-browser.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/07-working-with-the-browser.md b/docs/07-working-with-the-browser.md index c234d494..c654f9a9 100644 --- a/docs/07-working-with-the-browser.md +++ b/docs/07-working-with-the-browser.md @@ -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`