fix progressBar not showing

reduce function needs initial seed

closes #1753
This commit is contained in:
Berkeley Martinez
2015-08-14 18:05:04 -07:00
parent 59609b655c
commit 42303dc6aa

View File

@ -533,7 +533,7 @@ module.exports = function(app) {
return sum + 1;
}
return sum;
});
}, 0);
return {
name: blockArray[0].block,