reduceRight (foldr)
constructor / initializenew Backbone.Collection([models], [options]) When creating a Collection, you may choose to pass in the initial
isValidmodel.isValid() Run validate to check the model
previousmodel.previous(attribute) During a "change" event, this method can be used to get the previous value of a changed
urlRootmodel.urlRoot or model.urlRoot() Specify a urlRoot if you're using a model outside of a collection, to
lastIndexOf
modelcollection.model([attrs], [options]) Override this property to specify the model class that the collection contains. If defined
partition
"request" (model_or_collection, xhr, options) â when a model or collection has started a request to the server.
emulateHTTPBackbone.emulateHTTP = true If you want to work with a legacy web server that doesn't support Backbone's default REST/HTTP
Page 2 of 16