Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Dec 6, 2011
1 parent 64d8fd6 commit 1626fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/todos/todos.js
Expand Up @@ -190,7 +190,7 @@ $(function(){
// appending its element to the `<ul>`.
addOne: function(todo) {
var view = new TodoView({model: todo});
this.$("#todo-list").append(view.render().el);
$("#todo-list").append(view.render().el);
},

// Add all items in the **Todos** collection at once.
Expand Down

0 comments on commit 1626fa7

Please sign in to comment.