Commit 0c495532 authored by Sindre Sorhus's avatar Sindre Sorhus

Backbone+Require: Fix minor bug

parent 0c0a6e43
...@@ -87,9 +87,9 @@ define([ ...@@ -87,9 +87,9 @@ define([
}, },
filterAll : function () { filterAll : function () {
app.Todos.each(this.filterOne, this); Todos.each(this.filterOne, this);
}, },
// Generate the attributes for a new Todo item. // Generate the attributes for a new Todo item.
newAttributes: function() { newAttributes: function() {
return { return {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment