1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-08-21 05:11:20 +02:00

readme, cleanups, polyfills

This commit is contained in:
Morris Brodersen
2020-10-21 11:28:36 +02:00
parent e36cdfeb11
commit 4ed979b0fc
6 changed files with 98 additions and 76 deletions

View File

@@ -5,9 +5,8 @@ VT.TodoApp = function (el) {
var state = {
items: [],
customLists: [],
date: VT.formatDateId(new Date()),
index: 0,
showLists: true,
at: VT.formatDateId(new Date()),
customAt: 0,
};
el.innerHTML = [