From: Steinar H. Gunderson Date: Thu, 28 Dec 2023 08:16:07 +0000 (+0100) Subject: Comment DisplayLine.scores better. X-Git-Url: https://git.sesse.net/?p=remoteglot;a=commitdiff_plain;h=f1ec5afd1d8e6d99ca439df48f3d6a8a966cbf6b Comment DisplayLine.scores better. --- diff --git a/www/js/remoteglot.js b/www/js/remoteglot.js index 2e66c82..2a15b3e 100644 --- a/www/js/remoteglot.js +++ b/www/js/remoteglot.js @@ -175,7 +175,10 @@ let display_fen = null; * }} * * "start_display_move_num" is the (half-)move number to start displaying the PV at. - * "score" is also evaluated at this point. + * "score" is also evaluated at this point. scores can be empty and is frequently + * sparse; it's generally only really useful for history (we obviously don't know + * much about how the score will * move during e.g. a PV, except that a mate/TB + * counter might go down). */ var DisplayLine;