From: Robert Konigsberg Date: Fri, 13 Sep 2013 23:39:48 +0000 (-0400) Subject: Add jsdoc to setVisibility. X-Git-Tag: v1.1.0~82^2~6 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;ds=sidebyside;h=2aed8ad8c03598cd6099b6b5c5fab85011fe6009;p=dygraphs.git Add jsdoc to setVisibility. --- 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();