From 39c366544ed88b87c81c5bda4b4b8c1ca3e56cde Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 2 Jan 2013 14:18:16 +0800 Subject: [PATCH] GitLogParser.js --- GitLogParser.js | 1 + 1 file changed, 1 insertion(+) diff --git a/GitLogParser.js b/GitLogParser.js index fd29d91a..5ca3b9b8 100644 --- a/GitLogParser.js +++ b/GitLogParser.js @@ -79,6 +79,7 @@ GitLogParser = { shours[hour][line.desc] += line.span; } + this.shours = shours; return hours; }, -- 2.39.2