recipeswithbackbone / recipeswithbackbone.github.com

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

Typo page 27 #44

Closed joeellis closed 12 years ago

joeellis commented 12 years ago

At the top: var Cal = function() {

should read var Calendar = function() {

according to the code below it (unless I'm missing something?)

If changed, should also change code block on page 22 to match.

eee-c commented 12 years ago

Ooh! Good catch. We'll get that fixed shortly.

eee-c commented 12 years ago

OK shortly may have been a bit of an exaggeration. Fixed in source now, will issue a release er.... shortly.

eee-c commented 12 years ago

Fixed in the latest version of the book.

joeellis commented 12 years ago

Glad to see updates coming through. I hope you guys keep them up, I do Backbone stuff all day long and our team is still learning what patterns work and what doesn't. This is seriously a good resource, so please, keep it up (I'll do a re-read of the release soon enough and make sure to add more typo issues as well :P )

eee-c commented 12 years ago

Much appreciate any feedback -- your insights so far have really helped. I'm back to doing Backbone more or less full time so I ought to have the chance to review things more often. Thank again!