Commit 21e4c47d authored by Stephen Sawchuk's avatar Stephen Sawchuk

Merge pull request #673 from bpmason1/patch-1

remove 'order' attribute from comment
parents a2ed9e6a c46ab08c
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