bextend

0.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i bextend

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • omarkhd