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

Backbone+Require: Fix minor bug

parent 0c0a6e43
......@@ -87,7 +87,7 @@ define([
},
filterAll : function () {
app.Todos.each(this.filterOne, this);
Todos.each(this.filterOne, this);
},
// Generate the attributes for a new Todo item.
......
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