From 074c034ad88b8a78fe59c7a97e8498a9b7216f27 Mon Sep 17 00:00:00 2001 From: Joan Pau Beltran Date: Thu, 5 Jun 2014 17:59:57 +0200 Subject: [PATCH] Insignificant fix of `>` in jsdoc comments. --- dygraph-tickers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dygraph-tickers.js b/dygraph-tickers.js index 1f88f9b..6166b11 100644 --- a/dygraph-tickers.js +++ b/dygraph-tickers.js @@ -303,7 +303,7 @@ Dygraph.PREFERRED_LOG_TICK_VALUES = function() { * @param {number} a Left edge of the chart (ms) * @param {number} b Right edge of the chart (ms) * @param {number} pixels Size of the chart in the relevant dimension (width). - * @param {function(string):*} opts Function mapping from option name -> value. + * @param {function(string):*} opts Function mapping from option name -> value. * @return {number} The appropriate axis granularity for this chart. See the * enumeration of possible values in dygraph-tickers.js. */ @@ -335,7 +335,7 @@ Dygraph.numDateTicks = function(start_time, end_time, granularity) { * @param {number} start_time * @param {number} end_time * @param {number} granularity (one of the granularities enumerated above) - * @param {function(string):*} opts Function mapping from option name -> value. + * @param {function(string):*} opts Function mapping from option name -> value. * @param {Dygraph=} dg * @return {!Dygraph.TickList} */ -- 2.7.4