Fix typedef name in jsdoc

This commit is contained in:
Frederic Junod
2018-03-19 17:02:58 +01:00
parent 1eef986824
commit b6483a49c1
3 changed files with 7 additions and 7 deletions

View File

@@ -270,7 +270,7 @@ OverviewMap.prototype.setMap = function(map) {
/**
* Handle map property changes. This only deals with changes to the map's view.
* @param {module:ol/Object~BaseObject.Event} event The propertychange event.
* @param {module:ol/Object~ObjectEvent} event The propertychange event.
* @private
*/
OverviewMap.prototype.handleMapPropertyChange_ = function(event) {