mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 02:14:26 +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() {
|
||||
if (OVERLAY) { Overlays.deleteOverlay(OVERLAY); }
|
||||
if (OVERLAY) {
|
||||
Overlays.deleteOverlay(OVERLAY);
|
||||
}
|
||||
}
|
||||
|
||||
// Request JSON from a url, synchronously
|
||||
|
|
Loading…
Reference in a new issue