mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 13:22:11 +01:00
Pass the firstDay value
This commit is contained in:
parent
2bd8226fe9
commit
5d19259c21
1 changed files with 1 additions and 0 deletions
|
@ -298,6 +298,7 @@ GitStats.prototype.ansiCalendar = function (data, callback) {
|
||||||
theme: data.theme
|
theme: data.theme
|
||||||
, start: data.start
|
, start: data.start
|
||||||
, end: data.end
|
, end: data.end
|
||||||
|
, firstDay: data.firstDay
|
||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue