*
()
| 353 | * |
| 354 | */ |
| 355 | getVnodeRoot() { |
| 356 | return this.vnode.childNodes[0].childNodes[0] |
| 357 | } |
| 358 | |
| 359 | /** |
| 360 | * Override this method to trigger logic after the map got mounted into the dom |
nothing calls this directly
no outgoing calls
no test coverage detected