()
| 829 | } |
| 830 | |
| 831 | public callUnloaded(): void { |
| 832 | this.callFunctionWithSuper(Flags.superOnUnloadedCalled, () => this.onUnloaded()); |
| 833 | } |
| 834 | |
| 835 | private notifyPseudoClassChanged(pseudoClass: string): void { |
| 836 | this.notify({ eventName: ':' + pseudoClass, object: this }); |
nothing calls this directly
no test coverage detected