From 82f977d8588470c3268358d11a762aa9610ec901 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Mon, 3 Mar 2014 15:55:05 -0800 Subject: [PATCH] Add Object.freeze to polyfill list --- 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 c94f45aa..5d7b90f3 100644 --- a/docs/07-working-with-the-browser.md +++ b/docs/07-working-with-the-browser.md @@ -126,6 +126,7 @@ In addition to that philosophy, we've also taken the stance that we, as authors `es5-sham.js`, also from [kriskowal's es5-shim](https://github.com/kriskowal/es5-shim), provides the following that React needs: * `Object.create` +* `Object.freeze` The unminified build of React needs the following from [paulmillr's console-polyfill](https://github.com/paulmillr/console-polyfill).