GitLogParser.js
authorAlan Knowles <alan@roojs.com>
Wed, 2 Jan 2013 06:18:16 +0000 (14:18 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 2 Jan 2013 06:18:16 +0000 (14:18 +0800)
GitLogParser.js

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