Pass the firstDay value

This commit is contained in:
Ionică Bizău 2015-07-12 15:38:16 +03:00
parent 2bd8226fe9
commit 5d19259c21
1 changed files with 1 additions and 0 deletions

View File

@ -298,6 +298,7 @@ GitStats.prototype.ansiCalendar = function (data, callback) {
theme: data.theme
, start: data.start
, end: data.end
, firstDay: data.firstDay
}));
});