Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit e3a9e35

Browse files
tabcataphelionz
authored andcommitted
small cleanup
1 parent a410145 commit e3a9e35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/todoModel.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var app = app || {};
2323
loaded: 0,
2424
total: 0,
2525
}
26-
// When the database was loaded and is ready to use,
26+
// When the database was loaded and is ready to use,
2727
// refresh our data model and set the state to ready
2828
this.db.events.on('ready', () => {
2929
this.ready = true
@@ -87,7 +87,6 @@ var app = app || {};
8787
this.todos = this.todos.filter(function (todo) {
8888
return !todo.completed;
8989
});
90-
9190
this.inform();
9291
};
9392

0 commit comments

Comments
 (0)