Update type annotations in examples

This commit is contained in:
Tim Schaub
2018-05-07 15:41:33 -06:00
parent ae55814875
commit cfe88663aa
9 changed files with 13 additions and 13 deletions

View File

@@ -52,7 +52,7 @@ let helpTooltipElement;
/**
* Overlay to show the help messages.
* @type {ol.Overlay}
* @type {module:ol/Overlay}
*/
let helpTooltip;
@@ -66,7 +66,7 @@ let measureTooltipElement;
/**
* Overlay to show the measurement.
* @type {ol.Overlay}
* @type {module:ol/Overlay}
*/
let measureTooltip;