()
| 2142 | } |
| 2143 | |
| 2144 | destroy() { |
| 2145 | this.getWindows().forEach(w => { |
| 2146 | removePaperWMFlags(w); |
| 2147 | }); |
| 2148 | this.signals.destroy(); |
| 2149 | this.signals = null; |
| 2150 | this.background.destroy(); |
| 2151 | this.background = null; |
| 2152 | this.cloneContainer.destroy(); |
| 2153 | this.cloneContainer = null; |
| 2154 | this.clip.destroy(); |
| 2155 | this.clip = null; |
| 2156 | } |
| 2157 | } |
| 2158 | |
| 2159 | Signals.addSignalMethods(Space.prototype); |
no test coverage detected