Skip to content

Commit

Permalink
clarity refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarrod Overson committed Aug 25, 2012
1 parent e7329df commit 60dcb8b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@ define(
app.main.show(new TodoListCompositeView(viewOptions));
app.footer.show(new Footer(viewOptions));

app.bindTo(viewOptions.collection, 'all', updateVisibility);
app.bindTo(todoList, 'all', updateVisibility);
updateVisibility();
});

Expand Down

0 comments on commit 60dcb8b

Please sign in to comment.