Fix some type paths

This commit is contained in:
ahocevar
2018-03-17 13:34:57 +01:00
parent 4d3b962d8b
commit e383913b3c
8 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ import EventType from './events/EventType.js';
* should be requested for the passed tile coordinate.
*
* @typedef {function(module:ol/tilecoord~TileCoord, number,
* module:ol/proj/Projection~Projection): (string|undefined)} Type
* module:ol/proj/Projection~Projection): (string|undefined)} UrlFunction
* @api
*/