GitLogParser.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 1 Aug 2012 23:54:44 +0000 (07:54 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 1 Aug 2012 23:54:44 +0000 (07:54 +0800)
GitLogParser.js

index be9cd67..a40b511 100644 (file)
@@ -145,7 +145,7 @@ var res = GitLogParser.parse(xDate.Date.parseDate('2012-07-31', 'Y-m-d'));
 for (var h in res) {
     for (var p in res[h]) {
         if (p == 'IDLE') {
-            print(h + ' ' + Math.floor(res[h][p].total/60000_ +') IDLE' );
+            print(h + ' ' + Math.floor(res[h][p].total/60000) +') IDLE' );
             continue;
         }
         print(h + ' ' + res[h][p].total/60000 +'m ' + p );