Skip to content

Commit be5410a

Browse files
fix group syntax
1 parent 587cd8c commit be5410a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

index.bs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5634,13 +5634,15 @@ The <dfn export for=commands>emulation.setGeolocationOverride</dfn> command modi
56345634
? userContexts: [+browser.UserContext],
56355635
)
56365636

5637-
emulation.SetGeolocationOverrideSuccessParameters = {
5637+
emulation.SetGeolocationOverrideSuccessParameters = &(
5638+
emulation.SetGeolocationOverrideBaseParameters,
56385639
coordinates: emulation.GeolocationCoordinates / null
5639-
} & emulation.SetGeolocationOverrideBaseParameters
5640+
)
56405641

5641-
emulation.SetGeolocationOverrideErrorParameters = {
5642+
emulation.SetGeolocationOverrideErrorParameters = &(
5643+
emulation.SetGeolocationOverrideBaseParameters,
56425644
error: emulation.GeolocationPositionError
5643-
} & emulation.SetGeolocationOverrideBaseParameters
5645+
)
56445646

56455647
emulation.GeolocationCoordinates = {
56465648
latitude: -90.0..90.0,

0 commit comments

Comments
 (0)