()
| 112 | } |
| 113 | |
| 114 | public registerSelf() { |
| 115 | globalMutationDispatcher.registerChildSetObserver(this) |
| 116 | globalMutationDispatcher.registerNodeObserver(this) |
| 117 | } |
| 118 | |
| 119 | public deregisterSelf() { |
| 120 | window.clearTimeout(this.timeoutID) |
no test coverage detected