Fix typedefs

This commit is contained in:
Andreas Hocevar
2018-02-16 09:44:54 +01:00
parent e772633d0a
commit a961b07c65

View File

@@ -460,7 +460,7 @@ ol.PreRenderFunction;
/**
* A projection as {@link ol.proj.Projection}, SRS identifier string or
* undefined.
* @typedef {ol.proj.Projection|string|undefined} ol.ProjectionLike
* @typedef {ol.proj.Projection|string|undefined}
*/
ol.ProjectionLike;
@@ -685,7 +685,7 @@ ol.StyleImageOptions;
/**
* An array of three numbers representing the location of a tile in a tile
* grid. The order is `z`, `x`, and `y`. `z` is the zoom level.
* @typedef {Array.<number>} ol.TileCoord
* @typedef {Array.<number>}
*/
ol.TileCoord;