From: Dan Vanderkam Date: Mon, 1 Jul 2013 03:38:22 +0000 (-0400) Subject: update jsdoc X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=1a5bb6652ffc20ee0b366f5c206d0328f914e3c3;p=dygraphs.git update jsdoc --- diff --git a/extras/hairlines.js b/extras/hairlines.js index b9f0b1a..255edd5 100644 --- a/extras/hairlines.js +++ b/extras/hairlines.js @@ -323,7 +323,8 @@ hairlines.prototype.destroy = function() { * * @typedef { * xval: number, // x-value (i.e. millis or a raw number) - * interpolated: bool // alternative is to snap to closest + * interpolated: bool, // alternative is to snap to closest + * selected: bool // whether the hairline is selected. * } PublicHairline */