Fix JSDoc such that ng build --prod with angular/cli 6.0.8 succeeds again.

This commit is contained in:
Jaap Koelewijn
2018-07-23 01:05:26 +02:00
parent 14ead39440
commit 2769953204
8 changed files with 12 additions and 12 deletions

View File

@@ -200,7 +200,7 @@ export default FeatureFormat;
/**
* @param {module:ol/geom/Geometry|module:ol/extent~Extent} geometry Geometry.
* @param {boolean} write Set to true for writing, false for reading.
* @param {(module:ol/format/Feature~WriteOptions|module:ol/format/Feature~ReadOptions)=} opt_options
* @param {module:ol/format/Feature~WriteOptions|module:ol/format/Feature~ReadOptions=} opt_options
* Options.
* @return {module:ol/geom/Geometry|module:ol/extent~Extent} Transformed geometry.
*/