File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ var PropertyValueInc = require('./PropertyValueInc');
2323 * @param {number } scaleX - The amount to be added to the `scaleX` property.
2424 * @param {number } [scaleY] - The amount to be added to the `scaleY` property. If `undefined` or `null` it uses the `scaleX` value.
2525 * @param {number } [stepX=0] - This is added to the `scaleX` amount, multiplied by the iteration counter.
26- * @param {number } [stepY=0] - This is added to the `y ` amount, multiplied by the iteration counter.
26+ * @param {number } [stepY=0] - This is added to the `scaleY ` amount, multiplied by the iteration counter.
2727 * @param {integer } [index=0] - An optional offset to start searching from within the items array.
2828 * @param {integer } [direction=1] - The direction to iterate through the array. 1 is from beginning to end, -1 from end to beginning.
2929 *
You can’t perform that action at this time.
0 commit comments