Skip to content
Modern JavaScript in your IE
JavaScript CSS HTML Shell Makefile
Find file
Latest commit 8ec4fe5 @olivernn Merge pull request #17 from jdonaldson10/master
update docs link to correct gh-pages url

README.markdown

Augment.js

Augment.js is a library that brings JavaScript 1.8.5 to any browser. It does this by augmenting built in types like Array and Object.

It combines the code snippets supplied by Mozilla for implementing methods using the exact algorithms specified in ECMA specifications.

Docs

For documentation and usage see the Augment.js docs site.

Build

You can create a custom build of Augment.js by using the builder script. For more details run ./builder -h from within the project directory.

Contributing

Run the tests suite with make test then open localhost:8003 in your browser. Hack, tests and open a pull request.

Credits

Thanks to Mozilla for doing most of the hard work by sharing pure JavaScript implementations for these methods on their website.

Something went wrong with that request. Please try again.