astrocalc

fix typo
master
Erik Andresen 2022-12-11 22:16:39 +01:00
parent 90b68051c5
commit 340fc06678
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ function drawMoonIlluminationPage(gps, title) {
]; ];
const phase = SunCalc.getMoonIllumination(new Date()); const phase = SunCalc.getMoonIllumination(new Date());
const phaseIdx = Math.round(phase.phase*8), const phaseIdx = Math.round(phase.phase*8);
const pageData = { const pageData = {
Phase: phaseNames[phaseIdx], Phase: phaseNames[phaseIdx],
}; };