1
0
Fork 0
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:
Steffen Vogel 2018-05-24 08:44:51 +02:00
parent 6b06798c76
commit d56fc4c5d5

View file

@ -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;