Type is {string} instead of string{}

This commit is contained in:
Tim Schaub
2018-04-18 16:20:44 -06:00
committed by Michael Kuenzli
parent 3b983564b3
commit 1c792f2d9b

View File

@@ -17,7 +17,7 @@ import {create as createTransform} from '../transform.js';
* @typedef {Object} FillStrokeState * @typedef {Object} FillStrokeState
* @property {module:ol/colorlike~ColorLike} [currentFillStyle] * @property {module:ol/colorlike~ColorLike} [currentFillStyle]
* @property {module:ol/colorlike~ColorLike} [currentStrokeStyle] * @property {module:ol/colorlike~ColorLike} [currentStrokeStyle]
* @property string{} [currentLineCap] * @property {string} [currentLineCap]
* @property {Array.<number>} currentLineDash * @property {Array.<number>} currentLineDash
* @property {number} [currentLineDashOffset] * @property {number} [currentLineDashOffset]
* @property {string} [currentLineJoin] * @property {string} [currentLineJoin]