Collection.bind('change',this.function, this);
Collection.bind('add',this.function, this);
Collection.bind('remove',this.function, this);
Collection.bind('reset',this.function, this);
I know these four, but what are the rest?
What about model binds? What are the events for those?
How come I can’t find a documentation specifying all the binds….
It is a bit hidden in the FAQ.