()
| 64 | update = [] |
| 65 | |
| 66 | constructor () { |
| 67 | window.settings.receive('settings:invalidate', () => { this.forceUpdate() }) |
| 68 | this.init() |
| 69 | } |
| 70 | |
| 71 | init() { |
| 72 | for ( const element of document.querySelectorAll('page-replace')) { |
nothing calls this directly
no test coverage detected