backbone.collections
v0.2.6
Published
Various useful primitives for composing and controlling Backbone collections
Downloads
7
Readme
backbone.collections
Collection of various tools I've created for working with Backbone Collections. Currently including:
limitCollection
: Automatically cap no. of models in a collectionJointCollection
: Joining multiple collections into one
See the tests for usage examples.