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:
@@ -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 = [
|
||||
|
Reference in New Issue
Block a user