()
| 76 | fileExtension = van.state('.mp4') |
| 77 | |
| 78 | constructor() { |
| 79 | this.playerComp = new PlayerComp() |
| 80 | this.element = this.Root() |
| 81 | this.initModalEvent() |
| 82 | |
| 83 | van.add(document.body, this.element) |
| 84 | this.playerComp.initPlayer() |
| 85 | this.modal = new Modal(this.element) |
| 86 | } |
| 87 | |
| 88 | initModalEvent() { |
| 89 | this.element.addEventListener('shown.bs.modal', () => { |
nothing calls this directly
no test coverage detected