getmodel.get(attribute) Get the current value of an attribute from the model. For example: note.get("title")
popcollection.pop([options]) Remove and return the last model from a collection. Takes the same options as
removeview.remove() Removes a view and its el from the DOM, and calls
chain
indexBy
min
clonecollection.clone() Returns a new instance of the collection with an identical list of models.
some (any)
"route" (route, params) â Fired by the router when any route has been matched.
extendBackbone.Collection.extend(properties, [classProperties]) To create a Collection class of your own, extend Backbone
Page 8 of 16