Fix remaining type issues

This commit is contained in:
ahocevar
2018-05-17 12:29:22 -05:00
parent 8271a51f65
commit 64e1139230
5 changed files with 8 additions and 19 deletions

View File

@@ -151,9 +151,9 @@ const OverviewMap = function(opt_options) {
/**
* @param {module:ol/layer/Layer} layer Layer.
*/
function(layer) {
(function(layer) {
ovmap.addLayer(layer);
}.bind(this));
}).bind(this));
}
const box = document.createElement('DIV');