X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=www%2Fjs%2Fremoteglot.js;fp=www%2Fjs%2Fremoteglot.js;h=2a15b3e3c22c3acb02440da019c7e1815356c753;hp=2e66c82fb03fb406a0ec8180762593501134e836;hb=f1ec5afd1d8e6d99ca439df48f3d6a8a966cbf6b;hpb=79966cb518085499da9ea884d9d99dd74d2f9514 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;