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
@@ -61,7 +61,7 @@ import {create as createTransform, apply as applyTransform} from './transform.js
/**
* @typedef {Object} AtPixelOptions
* @property {((function(module:ol/layer/Layer): boolean)|undefined)} layerFilter Layer filter
* @property {function(module:ol/layer/Layer): boolean|undefined} layerFilter Layer filter
* function. The filter function will receive one argument, the
* {@link module:ol/layer/Layer layer-candidate} and it should return a boolean value.
* Only layers which are visible and for which this function returns `true`