()
| 170 | return Util.getClosest(this, 'mapml-viewer,map[is=web-map]'); |
| 171 | } |
| 172 | getLayerEl() { |
| 173 | return Util.getClosest(this, 'map-layer,layer-'); |
| 174 | } |
| 175 | get disabled() { |
| 176 | return this.hasAttribute('disabled'); |
| 177 | } |
no outgoing calls
no test coverage detected