Shorter module paths for default exports

This commit is contained in:
ahocevar
2018-04-25 17:23:56 +02:00
parent 6cb115d6a4
commit 440d1ad3e1
233 changed files with 2136 additions and 2042 deletions

View File

@@ -4,13 +4,13 @@
/**
* A function that takes an {@link module:ol/Feature~Feature} and a `{number}`
* A function that takes an {@link module:ol/Feature} and a `{number}`
* representing the view's resolution. The function should return a
* {@link module:ol/style/Style~Style} or an array of them. This way e.g. a
* {@link module:ol/style/Style} or an array of them. This way e.g. a
* vector layer can be styled.
*
* @typedef {function((module:ol/Feature~Feature|module:ol/render/Feature~Feature), number):
* (module:ol/style/Style~Style|Array.<module:ol/style/Style~Style>)} StyleFunction
* @typedef {function((module:ol/Feature|module:ol/render/Feature~Feature), number):
* (module:ol/style/Style|Array.<module:ol/style/Style>)} StyleFunction
* @api
*/