Remove unnecessary public jsdoc annotation

This commit is contained in:
Frederic Junod
2018-03-19 08:44:34 +01:00
parent 51f25486ec
commit f8d94bb998
10 changed files with 0 additions and 21 deletions

View File

@@ -592,7 +592,6 @@ Overlay.prototype.updateRenderedPosition = function(pixel, mapSize) {
/**
* returns the options this Overlay has been created with
* @public
* @return {module:ol/Overlay~OverlayOptions} overlay options
*/
Overlay.prototype.getOptions = function() {