refactoring: adds comment
This commit is contained in:
parent
29c3a8fe86
commit
c09e1d136e
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ var AgeModule = (function () {
|
|||
};
|
||||
|
||||
var get_month = function(prevdate) {
|
||||
// mimic moment().month() // 0–11
|
||||
return prevdate.month - 1;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue