Skip to content

Instantly share code, notes, and snippets.

@hansede
hansede / backbone-persistable-collection.js
Created October 29, 2012 20:22 — forked from efeminella/backbone-persistable-collection.js
A Persistable Backbone Collection Implementation
/*!
* Copyright (c) 2012 Eric Feminella, http://code.ericfeminella.com/license/LICENSE.txt
*/
( function( _, Backbone )
{
// convenience reference to the Backbone.Collection constructor
var _initialize = Backbone.Collection.prototype.initialize;
/*
* The Backbone.PersistableCollection provides a simply abstraction which