From 2aed8ad8c03598cd6099b6b5c5fab85011fe6009 Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Fri, 13 Sep 2013 19:39:48 -0400 Subject: [PATCH] Add jsdoc to setVisibility. --- dygraph.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dygraph.js b/dygraph.js index 6e52555..6d970bb 100644 --- a/dygraph.js +++ b/dygraph.js @@ -3509,6 +3509,9 @@ Dygraph.prototype.visibility = function() { /** * Changes the visiblity of a series. + * + * @param {Number} num the series index + * @param {Boolean} value true or false, identifying the visibility. */ Dygraph.prototype.setVisibility = function(num, value) { var x = this.visibility(); -- 2.7.4