recipeswithbackbone / recipeswithbackbone.github.com

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

Typo page 15 #43

Closed eee-c closed 12 years ago

eee-c commented 12 years ago

here's a minor typo on PDF page 15:

Thus, by appending the appointment HTML to $('#' + date')

really should be

Thus, by appending the appointment HTML to $('#' + date)

eee-c commented 12 years ago

Finally getting around to this. Fixed in source, will issue update in a bit.

eee-c commented 12 years ago

Fixed in the latest version of the book.