backbone-delta

0.3.1 • Public • Published

Backbone-delta Build Status

A couple of extra methods for Backbone.js, related to changing models and collections.

  • Backbone.Model#reset resets attributes of the model, also unsetting attributes that no longer exist, and triggers a single set event.

  • Backbone.Collection#delta resets a collection, and triggers several add, remove, and change events, but falls back to a normal reset when the contents has changed completely.

MIT licensed.

From the browser

Include backbone-delta.js or the minified version backbone-delta.min.js in your page. If Backbone.js is loaded, it will automatically be extended.

From Node.js

Install using NPM:

npm install backbone-delta

In your code:

var Backbone = require('backbone');
require('backbone-delta').extend(Backbone);

Hacking the code

git clone https://github.com/Two-Screen/backbone-delta.git
cd backbone-delta
npm install
npm test

Readme

Keywords

none

Package Sidebar

Install

npm i backbone-delta

Weekly Downloads

7

Version

0.3.1

License

none

Last publish

Collaborators

  • stephank