backbone-fundamentals icon indicating copy to clipboard operation
backbone-fundamentals copied to clipboard

Update 02-fundamentals.md

Open lyc4n opened this issue 9 years ago • 0 comments

As I go trough this chapter, I tried an d run the first example (trying todoView.render in the console) but I noticed that li is not being used as I inspect the element.

So i removed use of li because the $el is already being set into div element by the following in the initiazlie: this.$el = $('#todo');

lyc4n avatar Jan 25 '15 03:01 lyc4n