(mapMeta)
| 304 | } |
| 305 | _runMutationObserver(elementsGroup) { |
| 306 | const _addMetaElement = (mapMeta) => { |
| 307 | this.whenReady().then(() => { |
| 308 | this._calculateBounds(); |
| 309 | this._validateDisabled(); |
| 310 | }); |
| 311 | }; |
| 312 | const _addStylesheetLink = (mapLink) => { |
| 313 | this.whenReady().then(() => { |
| 314 | this._extentLayer.renderStyles(mapLink); |
nothing calls this directly
no test coverage detected