mithril-vndb/examples/todomvc
Gampol T 450570d4c9 fix ui.save not detect escape key
change event from onkeypress to onkeyup because onkeypress cannot detect escape key press
if (e.keyCode === 27)
2017-02-23 17:48:13 +07:00
..
app.css initial commit (work in progress) 2016-04-20 20:02:37 -04:00
base.css initial commit (work in progress) 2016-04-20 20:02:37 -04:00
index.html make editor and todomvc example more idiomatic 2016-10-28 00:56:59 -04:00
todomvc.js fix ui.save not detect escape key 2017-02-23 17:48:13 +07:00