refactoring: adds comment

This commit is contained in:
ievgenii vdovenko 2025-11-11 14:35:14 +01:00
parent 29c3a8fe86
commit c09e1d136e

View file

@ -45,6 +45,7 @@ var AgeModule = (function () {
};
var get_month = function(prevdate) {
// mimic moment().month() // 011
return prevdate.month - 1;
};