completed: function()
in
js/collections/todos.js [16:18]
3
lines of code
1
McCabe index (conditional complexity)
completed: function () { return this.where({completed: true}); },