From 1a5bb6652ffc20ee0b366f5c206d0328f914e3c3 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Sun, 30 Jun 2013 23:38:22 -0400 Subject: [PATCH] update jsdoc --- extras/hairlines.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ -- 2.7.4