mithril-vndb/examples
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
..
animation clean up repo 2017-01-30 11:18:47 -05:00
dbmonster use animation best practices in dbmon 2016-12-02 20:44:03 -05:00
editor make editor and todomvc example more idiomatic 2016-10-28 00:56:59 -04:00
svg simplify scripts in examples 2016-11-16 00:09:52 -05:00
threaditjs change m.request return value from stream to promise 2016-11-13 22:44:22 -05:00
todomvc fix ui.save not detect escape key 2017-02-23 17:48:13 +07:00