recipeswithbackbone / recipeswithbackbone.github.com

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

Code Error on Page 49 (Section 5.3) #36

Closed eee-c closed 12 years ago

eee-c commented 12 years ago

$(function() { ListView = new (Backbone.View.extend({

should be

$(function() { MyApplication.ListView = new (Backbone.View.extend({

eee-c commented 12 years ago

@ngauthier I think this'll break the tests, but it makes sense following along from the text. I made the change in 384ebe7.

eee-c commented 12 years ago

Fixed in latest. Download from the same link in the original purchase email.