Commit 3e8479e9 authored by Sam Saccone's avatar Sam Saccone

Merge pull request #1496 from txchen/improve-riotjs-example

improve riotjs example
parents 415ee84d 0bb8f1f2
......@@ -51,7 +51,6 @@
saveTodos() {
todoStorage.save(self.todos);
self.update();
};
filteredTodos() {
......@@ -85,7 +84,6 @@
self.todos.splice(self.todos.indexOf(t), 1);
}
});
self.update();
};
toggleAll(e) {
......
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