tweak for consistancy, hate function name through

This commit is contained in:
Geoff Doty 2020-10-04 17:29:36 -04:00
parent d96faaa5b1
commit f0f8dc54d3
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ Litedom({
} }
}, },
async init() { async init() {
// load todays history // load today
this.today(); this.setDate(0);
// set focus // set focus
document.getElementById('calories').focus(); document.getElementById('calories').focus();