summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/js/mv/heap.js2
1 files changed, 1 insertions, 1 deletions
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] = {};