Code comments and indentation fixes.
[dygraphs.git] / dygraph.js
index 6e52555..184ec11 100644 (file)
@@ -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();