()
| 502 | } |
| 503 | |
| 504 | hide() { |
| 505 | if (!this._visible) |
| 506 | return; |
| 507 | this._visible = false; |
| 508 | this.clip.hide(); |
| 509 | for (let col of this) |
| 510 | for (let w of col) |
| 511 | w.clone.cloneActor.source = null; |
| 512 | } |
| 513 | |
| 514 | /** |
| 515 | * Returns current workArea parameters for this space. |
no outgoing calls
no test coverage detected