Browse Source

Add Object.freeze to polyfill list

main
Ben Alpert 11 years ago
parent
commit
82f977d858
  1. 1
      docs/07-working-with-the-browser.md

1
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).

Loading…
Cancel
Save