0.1.0 • Published 10 years ago

simple-extend v0.1.0

Weekly downloads
143
License
-
Repository
github
Last release
10 years ago

simple-extend.js

A simple "extend" mechanism, adapted from the Backbone.js library.

Build Status

Use:

MyObject.extend = require('simple-extend');

var SubObject = MyObject.extend(protoProps, [classProps]);

If a static extended method exists on the parent object, it will be called at extension time, passing the child object as an argument.

License

MIT