From 376d456a4c22b8d30a4053a6a2d73e260c439781 Mon Sep 17 00:00:00 2001 From: Cheng Lou Date: Fri, 14 Feb 2014 09:52:04 -0800 Subject: [PATCH] [Docs] Add Object.keys to list of shims --- docs/07-working-with-the-browser.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/07-working-with-the-browser.md b/docs/07-working-with-the-browser.md index 0ea557d4..50ad041e 100644 --- a/docs/07-working-with-the-browser.md +++ b/docs/07-working-with-the-browser.md @@ -121,6 +121,7 @@ In addition to that philosophy, we've also taken the stance that we, as authors * `Array.prototype.some` * `Date.now` * `Function.prototype.bind` +* `Object.keys` `es5-sham.js`, also from [kriskowal's es5-shim](https://github.com/kriskowal/es5-shim), provides the following that React needs: