(space)
| 3220 | } |
| 3221 | |
| 3222 | removeSpace(space) { |
| 3223 | this.delete(space.workspace); |
| 3224 | this.stack.splice(this.stack.indexOf(space), 1); |
| 3225 | space.destroy(); |
| 3226 | } |
| 3227 | |
| 3228 | spaceOfWindow(meta_window) { |
| 3229 | return this.get(meta_window.get_workspace()); |
no test coverage detected