Fix some jsdoc path types

This commit is contained in:
ahocevar
2018-04-21 00:20:04 +02:00
parent 33ca22a4dc
commit 417dd85f83
36 changed files with 57 additions and 54 deletions

View File

@@ -94,7 +94,7 @@ const Property = {
* map.addOverlay(popup);
*
* @constructor
* @extends {module:ol/Object~Object}
* @extends {module:ol/Object~BaseObject}
* @param {module:ol/Overlay~Options} options Overlay options.
* @api
*/