Merge pull request #7841 from openlayers/greenkeeper/babel-plugin-jsdoc-closure-1.2.0
Greenkeeper/babel plugin jsdoc closure 1.2.0
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@
|
|||||||
"async": "2.6.0",
|
"async": "2.6.0",
|
||||||
"babel-cli": "6.26.0",
|
"babel-cli": "6.26.0",
|
||||||
"babel-minify-webpack-plugin": "^0.3.0",
|
"babel-minify-webpack-plugin": "^0.3.0",
|
||||||
"babel-plugin-jsdoc-closure": "1.0.2",
|
"babel-plugin-jsdoc-closure": "1.2.0",
|
||||||
"clean-css-cli": "4.1.10",
|
"clean-css-cli": "4.1.10",
|
||||||
"copy-webpack-plugin": "^4.0.1",
|
"copy-webpack-plugin": "^4.0.1",
|
||||||
"coveralls": "3.0.0",
|
"coveralls": "3.0.0",
|
||||||
|
|||||||
+2
-2
@@ -460,7 +460,7 @@ ol.PreRenderFunction;
|
|||||||
/**
|
/**
|
||||||
* A projection as {@link ol.proj.Projection}, SRS identifier string or
|
* A projection as {@link ol.proj.Projection}, SRS identifier string or
|
||||||
* undefined.
|
* undefined.
|
||||||
* @typedef {ol.proj.Projection|string|undefined} ol.ProjectionLike
|
* @typedef {ol.proj.Projection|string|undefined}
|
||||||
*/
|
*/
|
||||||
ol.ProjectionLike;
|
ol.ProjectionLike;
|
||||||
|
|
||||||
@@ -685,7 +685,7 @@ ol.StyleImageOptions;
|
|||||||
/**
|
/**
|
||||||
* An array of three numbers representing the location of a tile in a tile
|
* 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.
|
* grid. The order is `z`, `x`, and `y`. `z` is the zoom level.
|
||||||
* @typedef {Array.<number>} ol.TileCoord
|
* @typedef {Array.<number>}
|
||||||
*/
|
*/
|
||||||
ol.TileCoord;
|
ol.TileCoord;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user