Skip to content

Commit 1ce3afb

Browse files
Update index.bs
Co-authored-by: Henrik Skupin <mail@hskupin.info>
1 parent 2abb684 commit 1ce3afb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5624,8 +5624,10 @@ The <dfn export for=commands>emulation.setGeolocationOverride</dfn> command modi
56245624
)
56255625

56265626
emulation.SetGeolocationOverrideParameters = {
5627-
? coordinates: emulation.GeolocationCoordinates / null,
5628-
? error: emulation.GeolocationPositionError,
5627+
(
5628+
(coordinates: emulation.GeolocationCoordinates / null) //
5629+
(error: emulation.GeolocationPositionError)
5630+
),
56295631
? contexts: [+browsingContext.BrowsingContext],
56305632
? userContexts: [+browser.UserContext],
56315633
}

0 commit comments

Comments
 (0)