I\'m trying to call render after fetch of a collection.
In my initialize method I have:
this.collection.bind(\'all\', this.render, this); this.collection
Looking at Backbone's Catalog of Events sounds like you want to listen to the reset event