GitLogParser.js
authorAlan Knowles <alan@roojs.com>
Mon, 3 Apr 2017 04:24:32 +0000 (12:24 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 3 Apr 2017 04:24:32 +0000 (12:24 +0800)
GitLogParser.js

index 2976b7e..153d9f5 100644 (file)
@@ -85,7 +85,7 @@ GitLogParser = {
             hours[-1] = (typeof(hours[-1]) == 'undefined') ? {} : hours[-1];
             hours[-1][project] = (typeof(hours[-1][project]) == 'undefined') ? 
                     { total : 0, items : [] } 
-                    : hours[hour][project];
+                    : hours[-1][project];
             
             hours[-1][project].total += line.span;
             hours[-1][project].items.push(line);