Module type for ol.Feature and short notation for ol/render/Feature

This commit is contained in:
Frederic Junod
2018-04-26 15:26:15 +02:00
parent 11d9f6de83
commit 61067e6c2c
7 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
* {@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|module:ol/render/Feature~Feature), number):
* @typedef {function((module:ol/Feature|module:ol/render/Feature), number):
* (module:ol/style/Style|Array.<module:ol/style/Style>)} StyleFunction
* @api
*/