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
+1 -1
View File
@@ -27,7 +27,7 @@ import SourceState from '../source/State.js';
* visible.
* @property {number} [maxResolution] The maximum resolution (exclusive) below which this layer will
* be visible.
* @property {(Array.<module:ol/layer/Base>|module:ol/Collection.<module:ol/layer/Base>)} [layers] Child layers.
* @property {Array.<module:ol/layer/Base>|module:ol/Collection.<module:ol/layer/Base>} [layers] Child layers.
*/