We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6222b6 commit d0d2d16Copy full SHA for d0d2d16
src/openlayers/services/LayerInfoService.js
@@ -26,7 +26,7 @@ export class LayerInfoService extends ServiceBase {
26
27
constructor(url, options) {
28
super(url, options);
29
- return this._layerInfoService = new CommonLayerInfoService(url, options);
+ this._layerInfoService = new CommonLayerInfoService(url, options);
30
}
31
32
/**
0 commit comments