Commit b542c361 authored by Pascal Hartig's avatar Pascal Hartig

Merge pull request #492 from shiyj/gh-pages

VanillaJS: change "complete" to "completed"
parents c6dfc3ff 50aa9e10
......@@ -240,7 +240,7 @@
if (todo.completed) {
li.className += 'complete';
li.className += 'completed';
checkbox.checked = true;
}
......
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