()
| 20 | } |
| 21 | |
| 22 | doConnectedCallback () { |
| 23 | super.doConnectedCallback(); |
| 24 | |
| 25 | this.sceneEl = this.closestScene(); |
| 26 | this.id = this.getAttribute('id'); |
| 27 | this.cacheAttributes(); |
| 28 | this.updateEntities(); |
| 29 | this.load(); |
| 30 | } |
| 31 | |
| 32 | attributeChangedCallback (attr, oldVal, newVal) { |
| 33 | super.attributeChangedCallback(); |
nothing calls this directly
no test coverage detected