recipeswithbackbone / recipeswithbackbone.github.com

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

typo on page 41 #19

Closed jrheard closed 12 years ago

jrheard commented 12 years ago

I'm pretty sure that the line

var monthNumber = months.get('monthNumber');

should instead read:

var monthNumber = appointment.get('monthNumber');
ngauthier commented 12 years ago

nice catch. That's in the "non-ideal solution" so we don't plan on having it be working and runnable, just hypothetical. However we've definitely fixed this as we want it to be as correct as possible.