mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 07:27:17 +02:00
conform to coding braces standard
This commit is contained in:
parent
c784fa42e9
commit
c8ead2ad04
1 changed files with 3 additions and 1 deletions
|
@ -113,7 +113,9 @@ function displayMetadata(place, metadata) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function clearMetadata() {
|
function clearMetadata() {
|
||||||
if (OVERLAY) { Overlays.deleteOverlay(OVERLAY); }
|
if (OVERLAY) {
|
||||||
|
Overlays.deleteOverlay(OVERLAY);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Request JSON from a url, synchronously
|
// Request JSON from a url, synchronously
|
||||||
|
|
Loading…
Reference in a new issue