UNPKG

extend-with-super

Version:

Extend object literals with function properties to have a _super method that references the original function, instead of overwriting it. (No dependencies, but borrowed methods from underscore.js.)

14 lines (9 loc) 142 B
--- language: node_js node_js: - "0.12" sudo: false install: - "npm install" script: - "npm run build; npm test; npm run coverage;"