Commit c46ab08c authored by bpmason1's avatar bpmason1

remove 'order' attribute from comment

don't mention 'order' as a default attribute since the attribute no longer exists
parent 4617087f
Application['todomvc'] = (function() {
var module = {exports: {}};
var exports = module.exports;
......@@ -13,7 +12,7 @@ module.routes = {"":"setFilter",":filter":"setFilter"};
// Todo Model
// ----------
// Our basic **Todo** model has `title`, `order`, and `completed` attributes.
// Our basic **Todo** model has `title` and `completed` attributes.
window.app.Todo = Thorax.Model.extend({
// Default attributes for the todo
......
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