diff --git a/src/ol/style.js b/src/ol/style.js index b3d79651e6..27756df806 100644 --- a/src/ol/style.js +++ b/src/ol/style.js @@ -57,9 +57,9 @@ ol.style.stroke.equals = function(strokeStyle1, strokeStyle2) { /** - * @typedef {{fill: ol.style.Fill, - * image: ol.style.Image, - * stroke: ol.style.Stroke, + * @typedef {{fill: ?ol.style.Fill, + * image: ?ol.style.Image, + * stroke: ?ol.style.Stroke, * zIndex: number}} */ ol.style.Style;