Unbinds an event on this list. Once all events are unbound, unbind stops listening to all elements in the collection.
list.unbind("update") //unbinds all update events
model.list.unbind() -> undefined
{undefined}
Unbinds an event on this list. Once all events are unbound, unbind stops listening to all elements in the collection.