Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 02-fundamentals.md #635

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open

Update 02-fundamentals.md #635

wants to merge 1 commit into from

Conversation

lyc4n
Copy link

@lyc4n lyc4n commented Jan 25, 2015

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');

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:
    this.$el = $('#todo');
@addyosmani addyosmani self-assigned this Jun 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants