mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
whitespace cleanup
This commit is contained in:
parent
6b06798c76
commit
d56fc4c5d5
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class WebsocketAPI {
|
|||
}
|
||||
|
||||
getURL(endpoint) {
|
||||
// create an anchor element (note: no need to append this element to the document)
|
||||
// create an anchor element (note: no need to append this element to the document)
|
||||
var link = document.createElement('a');
|
||||
link.href = endpoint;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue