Skip to content

Commit

Permalink
Fixed missing api doc comment in charts.
Browse files Browse the repository at this point in the history
  • Loading branch information
tripp committed Mar 22, 2013
1 parent 6a50106 commit f27d942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/charts/js/Axis.js
Expand Up @@ -841,6 +841,7 @@ Y.Axis = Y.Base.create("axis", Y.Widget, [Y.AxisBase], {
/** /**
* Calculates points based off the majorUnit count or distance of the Axis. * Calculates points based off the majorUnit count or distance of the Axis.
* *
* @method _getPoints
* @param {Object} startPoint An object literal containing the x and y coordinates of the first * @param {Object} startPoint An object literal containing the x and y coordinates of the first
* point on the axis. * point on the axis.
* @param {Number} len The number of points on an axis. * @param {Number} len The number of points on an axis.
Expand Down
1 change: 1 addition & 0 deletions src/charts/js/NumericAxis.js
Expand Up @@ -60,6 +60,7 @@ Y.NumericAxis = Y.Base.create("numericAxis", Y.Axis, [Y.NumericImpl], {
/** /**
* Calculates points based off the majorUnit count or distance of the Axis. * Calculates points based off the majorUnit count or distance of the Axis.
* *
* @method _getPoints
* @param {Object} startPoint An object literal containing the x and y coordinates of the first * @param {Object} startPoint An object literal containing the x and y coordinates of the first
* point on the axis. * point on the axis.
* @param {Number} len The number of points on an axis. * @param {Number} len The number of points on an axis.
Expand Down

0 comments on commit f27d942

Please sign in to comment.