Commit ba141731 authored by likang's avatar likang

fix typo

parent 7f59ef71
......@@ -63,7 +63,6 @@ var app = app || {};
return this.model.get('completed') ?
app.TodoFilter === 'active' :
app.TodoFilter === 'completed';
);
},
// Toggle the `"completed"` state of the model.
......
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