recipeswithbackbone / recipeswithbackbone.github.com

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

typo on page 62 #20

Closed jrheard closed 12 years ago

jrheard commented 12 years ago

I'm pretty sure that

var Calendar.CreateAppointmentView = new (Backbone.Router.extend({

should instead read:

var Calendar.CreateAppointmentView = new (Backbone.View.extend({
eee-c commented 12 years ago

Hehe. I think you might be onto something there :P

Thanks!

ngauthier commented 12 years ago

fixed