Commit d7b764a4 authored by Anne Blankert's avatar Anne Blankert

fixing class breaks again

parent e3a42f7b
......@@ -413,7 +413,7 @@
result[result.length - 1].pcount = 1;
return result;
}
if (result[result.length - 1].from === percentile.from) {
if (result[result.length - 1].from === percentile.from || result[result.length -1].to === percentile.to) {
result[result.length - 1].to = percentile.to;
result[result.length - 1].count += percentile.count;
result[result.length - 1].pcount++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment