recipeswithbackbone / recipeswithbackbone.github.com

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

Typo page 16 #45

Closed joeellis closed 12 years ago

joeellis commented 12 years ago

In the top code block var view = new Appointment({model: appointment});

should be

var view = new AppointmentView({model: appointment});
eee-c commented 12 years ago

Keen eye on that one, thanks!

eee-c commented 12 years ago

Fixed in source.

eee-c commented 12 years ago

Fixed in the latest version of the book.