]> git.sesse.net Git - remoteglot/blobdiff - www/js/remoteglot.js
Add a tiny bit of variable documentation.
[remoteglot] / www / js / remoteglot.js
index 6819cb99eea1c64812ab258bbe9c97a1d5d48644..92ad761396e3f91d3a8696bcde8d1442b6344206 100644 (file)
@@ -123,7 +123,13 @@ var fen = null;
  * }} DisplayLine
  */
 
-/** @type {Array.<DisplayLine>}
+/** 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.<DisplayLine>}
  * @private
  */
 var display_lines = [];