From 0c102089454c4973090930a9780919532a6bf863 Mon Sep 17 00:00:00 2001 From: fohristiwhirl Date: Tue, 16 Oct 2018 15:11:48 +0100 Subject: [PATCH] comment --- fluorine_renderer.html | 1 + 1 file changed, 1 insertion(+) diff --git a/fluorine_renderer.html b/fluorine_renderer.html index 58ba38b..f7a4078 100644 --- a/fluorine_renderer.html +++ b/fluorine_renderer.html @@ -575,6 +575,7 @@ renderer.make_mined_counts = () => { // renderer.mined_counts: array of arrays: [pid][turn] --> mined count + // renderer.inspired_counts: array of arrays: [pid][turn] --> inspired mining count renderer.mined_counts = []; renderer.inspired_counts = [];