X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph.js;h=184ec113af8b695b12503f8465405c2d8572a0b2;hb=66c953562e2255253c3f11eaecad9eff41b11024;hp=6d970bb20dffd5083d940b2e9627fc8ed9bbe807;hpb=2aed8ad8c03598cd6099b6b5c5fab85011fe6009;p=dygraphs.git diff --git a/dygraph.js b/dygraph.js index 6d970bb..184ec11 100644 --- a/dygraph.js +++ b/dygraph.js @@ -3510,8 +3510,8 @@ 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. + * @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();