Skip to content

omarkhd/bextend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Backbone-like extend function helper for Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published