recipeswithbackbone / recipeswithbackbone.github.com

Marketing site for the best damn backbone.js book evar
23 stars 1 forks source link

Page 35: code typo #35

Closed eee-c closed 12 years ago

eee-c commented 12 years ago

attendees: function() { _.(this.get("emails)).map(function(email) { return Attendee.new(email); }); }

Should be:

_(this.get("emails")).map(function(email) {

eee-c commented 12 years ago

Already made this change in an earlier commit...

eee-c commented 12 years ago

Fixed in latest. Download from the same link in the original purchase email.