Merge pull request #8203 from ahocevar/typechecking-complete

Type checking complete
This commit is contained in:
Andreas Hocevar
2018-05-18 08:24:01 -05:00
committed by GitHub
6 changed files with 11 additions and 22 deletions
+2 -2
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');