Allow z index to be undefined
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ ol.style.stroke.equals = function(strokeStyle1, strokeStyle2) {
|
||||
* @typedef {{fill: ?ol.style.Fill,
|
||||
* image: ?ol.style.Image,
|
||||
* stroke: ?ol.style.Stroke,
|
||||
* zIndex: number}}
|
||||
* zIndex: (number|undefined)}}
|
||||
*/
|
||||
ol.style.Style;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user