From: Steinar H. Gunderson Date: Sat, 19 Mar 2016 23:02:12 +0000 (+0100) Subject: Add a tiny bit of variable documentation. X-Git-Url: https://git.sesse.net/?p=remoteglot;a=commitdiff_plain;h=76f3975622196fa36f307da6b94df6222f904954;ds=sidebyside Add a tiny bit of variable documentation. --- diff --git a/www/js/remoteglot.js b/www/js/remoteglot.js index 6819cb9..92ad761 100644 --- a/www/js/remoteglot.js +++ b/www/js/remoteglot.js @@ -123,7 +123,13 @@ var fen = null; * }} DisplayLine */ -/** @type {Array.} +/** All PVs that we currently know of. + * + * Element 0 is history (or null if no history). + * Element 1 is current main PV. + * All remaining elements are refutation lines (multi-PV). + * + * @type {Array.} * @private */ var display_lines = [];