Correct types

This commit is contained in:
Tim Schaub
2017-08-15 15:30:10 -04:00
parent 8e90976bf2
commit 8a08ab6463
29 changed files with 67 additions and 67 deletions

View File

@@ -291,7 +291,7 @@ ol.PluggableMap = function(options) {
this.controls.forEach(
/**
* @param {ol.control.Control} control Control.
* @this {ol.Map}
* @this {ol.PluggableMap}
*/
function(control) {
control.setMap(this);
@@ -316,7 +316,7 @@ ol.PluggableMap = function(options) {
this.interactions.forEach(
/**
* @param {ol.interaction.Interaction} interaction Interaction.
* @this {ol.Map}
* @this {ol.PluggableMap}
*/
function(interaction) {
interaction.setMap(this);