X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph.js;h=184ec113af8b695b12503f8465405c2d8572a0b2;hb=7e64db422edd4fb5ce6b5abfb668d23ec9d001b8;hp=6d970bb20dffd5083d940b2e9627fc8ed9bbe807;hpb=d569e3a08324168e501e6ba1402273acdae554f9;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();