()
| 2134 | static get [Symbol.species]() { return Array; } |
| 2135 | |
| 2136 | selectedIndex() { |
| 2137 | if (this.selectedWindow) { |
| 2138 | return this.indexOf(this.selectedWindow); |
| 2139 | } else { |
| 2140 | return -1; |
| 2141 | } |
| 2142 | } |
| 2143 | |
| 2144 | destroy() { |
| 2145 | this.getWindows().forEach(w => { |
no test coverage detected