Augment.js 将 JS 1.8.5 的新特性增加到Array、Object等内置对象中。但是并不会覆盖原有的方法,只是会增加一些原本不支持的功能。
Augment.js 提供的方法有 Array.prototype.every, Array.isArray, String.prototype.trim 等10多种。
官方首页:http://olivernn.github.io/augment.js/
免费下载:https://github.com/olivernn/augment.js/
来自:开源中国社区

