Skip to content

Polyfiller/Object.create

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object.create fix for IE9-11

This fixes the bug: All IE Objects Are Kinda Broken

To use the Object.create fix, just drop a single JavaScript file into your page:

<script src="index.js"></script>

or load as the Node.js module:

require('object.create');

Download the latest Object.create fix from GitHub.

npm

npm install object.create

Bower

bower install object.create

License

The Object.create fix is released under the MIT license.