Skip to content

Commit 4da5967

Browse files
committed
.
1 parent 14da6fc commit 4da5967

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/event-builder/common.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,6 @@ export interface LayoutRectangle {
9999
*
100100
* The passed `layout` values are merged onto a zeroed rectangle, so only the
101101
* fields relevant to the test need to be provided.
102-
*
103-
* Experimental values:
104-
* - iOS: `{"layout": {"height": 100, "width": 200, "x": 0, "y": 0}, "target": 75}`
105-
* - Android: `{"layout": {"height": 100, "width": 200, "x": 0, "y": 0}, "target": 53}`
106102
*/
107103
export function buildLayoutEvent(layout?: Partial<LayoutRectangle>) {
108104
return {

0 commit comments

Comments
 (0)