mirror of
https://github.com/umap-project/umap.git
synced 2025-05-01 20:42:24 +02:00
chore: biome
This commit is contained in:
parent
45b9db4242
commit
dd9c3ba194
1 changed files with 16 additions and 16 deletions
|
@ -281,7 +281,7 @@ U.Map = L.Map.extend({
|
|||
}
|
||||
},
|
||||
|
||||
loadDataFromQueryString: async function() {
|
||||
loadDataFromQueryString: async function () {
|
||||
let data = L.Util.queryString('data', null)
|
||||
const url = new URL(window.location.href)
|
||||
const dataUrls = new URLSearchParams(url.search).getAll('dataUrl')
|
||||
|
|
Loading…
Reference in a new issue