chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2023-10-30 13:44:27 +01:00
parent a0218253ce
commit 9ee3343426
154 changed files with 5959 additions and 3840 deletions

View file

@ -102,8 +102,8 @@ export class GeoLocationState {
this.requestPermissionAsync()
}
public static isSafari(): boolean{
return navigator.permissions === undefined && navigator.geolocation !== undefined
public static isSafari(): boolean {
return navigator.permissions === undefined && navigator.geolocation !== undefined
}
/**