From d1d8ac8b453dac868846645ebcfd8c9b6588d223 Mon Sep 17 00:00:00 2001 From: Freeyorp Date: Tue, 4 Jun 2013 08:53:38 +1200 Subject: Fix typo Second range parameter is exclusive --- public/js/mv/heap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/mv/heap.js b/public/js/mv/heap.js index 5687bcf..36f3418 100644 --- a/public/js/mv/heap.js +++ b/public/js/mv/heap.js @@ -52,7 +52,7 @@ var mv = function(mv) { * 2 -> Record and all succeeding records are well defined */ monoGroup("def", function(d) { if (d.pcstat == undefined) { return 0; } if (d.date <= mv.parser.fullyDefinedCutoff()) { return 1; } return 2; }); - heap.def.dim.filter([1,2]); + heap.def.dim.filter([1,3]); } function monoGroup(name, mapping) { heap[name] = {}; -- cgit v1.2.3-60-g2f50