Merge pull request #7991 from ahocevar/fix-type-paths

Fix some type paths
This commit is contained in:
Andreas Hocevar
2018-03-17 16:44:13 +01:00
committed by GitHub
7 changed files with 13 additions and 13 deletions

View File

@@ -161,7 +161,7 @@ const Zoomify = function(opt_options) {
/**
* @param {string} template Template.
* @return {module:ol/tileurlfunction~Type} Tile URL function.
* @return {module:ol/Tile~UrlFunction} Tile URL function.
*/
function createFromTemplate(template) {