From: Alan Knowles Date: Wed, 2 Jan 2013 06:18:16 +0000 (+0800) Subject: GitLogParser.js X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=39c366544ed88b87c81c5bda4b4b8c1ca3e56cde GitLogParser.js --- 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; },