update jsdoc
authorDan Vanderkam <danvdk@gmail.com>
Mon, 1 Jul 2013 03:38:22 +0000 (23:38 -0400)
committerDan Vanderkam <danvdk@gmail.com>
Mon, 1 Jul 2013 03:38:22 +0000 (23:38 -0400)
extras/hairlines.js

index b9f0b1a..255edd5 100644 (file)
@@ -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
  */