backbone-extend-node

0.2.0 • Public • Published

Backbone-extend

Just copied extend method from Backbone.js repository. Can be used in node.js style apps (including browserify on the client side)

Usage

  var Base = require('backbone-extend');

  Base.extend({
    constructor: function() {

    },

    method: function() {

    }
  });

Readme

Keywords

none

Package Sidebar

Install

npm i backbone-extend-node

Weekly Downloads

1

Version

0.2.0

License

none

Last publish

Collaborators

  • tomkis