From 3036ee01ad06c2ac46aedf96a336cab9879ce34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Sat, 7 Sep 2013 23:49:37 +0200 Subject: [PATCH] Be stricter with types in BingMaps --- src/ol/source/bingmapssource.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/source/bingmapssource.js b/src/ol/source/bingmapssource.js index 226138140f..ceb5588d04 100644 --- a/src/ol/source/bingmapssource.js +++ b/src/ol/source/bingmapssource.js @@ -88,6 +88,7 @@ ol.source.BingMaps.prototype.handleImageryMetadataResponse = .replace('{culture}', culture); return ( /** + * @this {ol.source.BingMaps} * @param {ol.TileCoord} tileCoord Tile coordinate. * @param {ol.Projection} projection Projection. * @return {string|undefined} Tile URL.