Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.
/ object.create Public archive

Polyfill for object.create, available on bower

Notifications You must be signed in to change notification settings

MathRobin/object.create

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

object.create Build Status

Polyfills for object.create, available on bower.

This method has been added to the ECMAScript 5 specification and may not be available in all JavaScript implementations yet. Have a look there for compat table : http://kangax.github.io/compat-table/es5/#Object.create

Install

bower install object.create --save

Usage

Include this file:

src/object.create.js

Tests

Karma tests are available and can be runned with:

karma start

This will generate the code coverage report and the documentation.

Licence

WTFPL. Do what you want with this.

Thanks to

  • Mozilla to have provided the original polyfill,
  • Kangax to have provided the compat table.

About

Polyfill for object.create, available on bower

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published