dillon1000/react

Commit

Update Object.assign polyfill

The spec changed to allow null & undefined sources without throwing.
Now our code depends on this new behavior. The only browser that
implements Object.assign has also updated its native implementation to
this behavior (Firefox Nightly).
Browse files
Changed paths1 file
First-parent comparison
M src/vendor/polyfill/Object.es6.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…