Skip to content

Instantly share code, notes, and snippets.

Created January 15, 2013 22:37
Show Gist options
  • Save anonymous/4542835 to your computer and use it in GitHub Desktop.
Save anonymous/4542835 to your computer and use it in GitHub Desktop.
render: function(){
_.each(this.collection, function(concert, index, collection){
console.log(concert);
}, this);
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment