0.0.1 • Published 9 years ago

bextend v0.0.1

Weekly downloads
3
License
MIT
Repository
-
Last release
9 years ago

bextend


what is bextend?

bextend is the Backbone extend function helper wrapped in a Node.js module.


install

npm install bextend --save

usage

var extend = require('bextend');

var SomeClass = function() {};
SomeClass.extend = extend;

SomeClass.prototype = {
	someMethod = function() {}
};

SomeOtherClass = SomeClass.extend({
	otherMethod = function() {}
});

thanks

0.0.1

9 years ago