* Return the x position of the visible element of this window.
(metaWindow)
| 1294 | * Return the x position of the visible element of this window. |
| 1295 | */ |
| 1296 | visibleX(metaWindow) { |
| 1297 | return metaWindow.clone.targetX + this.targetX; |
| 1298 | } |
| 1299 | |
| 1300 | /** |
| 1301 | * Return the y position of the visible element of this window. |
no outgoing calls
no test coverage detected