Files
backbone/examples
Cole 07b8f0c321 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.
2013-01-14 15:39:57 -08:00
..