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

index 87ecdf8..10ea2d6 100644 (file)
@@ -232,7 +232,7 @@ for (var h in GitLogParser.shours) {
     print(h+':');
     hsum.forEach(function(r) {
         print ("  " + r.tot + "   : " + r.desc);
-    }
+    });
 }