GitLogParser.js
[gitlive] / GitLogParser.js
index fd29d91..5ca3b9b 100644 (file)
@@ -79,6 +79,7 @@ GitLogParser = {
             shours[hour][line.desc] += line.span;
             
         }
+        this.shours = shours;
         return hours;
 
     },