summaryrefslogtreecommitdiff
path: root/js/mv/heap.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/mv/heap.js')
-rw-r--r--js/mv/heap.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/mv/heap.js b/js/mv/heap.js
index a0a69be..03f3c00 100644
--- a/js/mv/heap.js
+++ b/js/mv/heap.js
@@ -1,6 +1,7 @@
var mv = function(mv) {
mv.heap = function() {
var heap = {};
+ var monoGroups = {};
var statGran = 10;
heap.init = function() {
function ea(p, d) { p.e += d.e; p.j += d.j; p.r++; return p; }