Object.create replacement fixes bug in IE9-11
npm install object.createThis fixes the bug: All IE Objects Are Kinda Broken
To use the Object.create fix, just drop a single JavaScript file into your page:
``html``
or load as the Node.js module:javascript`
require('object.create');
Download the latest Object.create fix from GitHub.
npm
``
npm install object.create`
Bower``
bower install object.create
The Object.create fix is released under the MIT license.