From: Joan Pau Beltran Date: Thu, 5 Jun 2014 15:59:57 +0000 (+0200) Subject: Insignificant fix of `>` in jsdoc comments. X-Git-Tag: v1.1.0~31^2~15 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=074c034ad88b8a78fe59c7a97e8498a9b7216f27;p=dygraphs.git Insignificant fix of `>` in jsdoc comments. --- 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} */