jam-cloud/jam-ui/node_modules/component-inherit
Nuwan 23d1ece36d fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
..
test fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
.npmignore fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
History.md fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
Makefile fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
Readme.md fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
component.json fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
index.js fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
package.json fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30

Readme.md

inherit

Prototype inheritance utility.

Installation

$ component install component/inherit

Example

var inherit = require('inherit');

function Human() {}
function Woman() {}

inherit(Woman, Human);

License

MIT