projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc66cba
)
update jsdoc
author
Dan Vanderkam
<danvdk@gmail.com>
Mon, 1 Jul 2013 03:38:22 +0000
(23:38 -0400)
committer
Dan Vanderkam
<danvdk@gmail.com>
Mon, 1 Jul 2013 03:38:22 +0000
(23:38 -0400)
extras/hairlines.js
patch
|
blob
|
blame
|
history
diff --git
a/extras/hairlines.js
b/extras/hairlines.js
index
b9f0b1a
..
255edd5
100644
(file)
--- 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
*/