Allow z index to be undefined

This commit is contained in:
Tom Payne
2013-11-08 03:03:43 +01:00
parent c658460c09
commit 91c448d63d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;