Skip to content

Commit 0822eb3

Browse files
fix group syntax
1 parent 587cd8c commit 0822eb3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.bs

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

5637-
emulation.SetGeolocationOverrideSuccessParameters = {
5637+
emulation.SetGeolocationOverrideSuccessParameters = (
56385638
coordinates: emulation.GeolocationCoordinates / null
5639-
} & emulation.SetGeolocationOverrideBaseParameters
5639+
) & emulation.SetGeolocationOverrideBaseParameters
56405640

5641-
emulation.SetGeolocationOverrideErrorParameters = {
5641+
emulation.SetGeolocationOverrideErrorParameters = (
56425642
error: emulation.GeolocationPositionError
5643-
} & emulation.SetGeolocationOverrideBaseParameters
5643+
) & emulation.SetGeolocationOverrideBaseParameters
56445644

56455645
emulation.GeolocationCoordinates = {
56465646
latitude: -90.0..90.0,

0 commit comments

Comments
 (0)