mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
`Object.assign` is not supported in IE 11 and is used here to perform a shallow clone on objects. The `map` function from `utils/object.js` can be used instead for this cloning.