Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed minor bug in examples/todos/todos.js
AppView.addOne was being called with incorrect context from addAll. The method still worked, since window.$("#todo-list") returns the correct element, but it may be confusing for people learning backbone.js.
- Loading branch information