summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorLuciano Iam <lucianito@gmail.com>2020-04-12 15:11:54 +0200
committerRobin Gareus <robin@gareus.org>2020-04-13 16:29:41 +0200
commit236ba5c1c40d38236201eedf15db2a7592b07334 (patch)
tree9ea01f3d9122eee7673e928e1bcf661a2e339c59 /share
parent8c2f7d42b8049be1406f15d4e4d817f3097e74a5 (diff)
WebSockets: NO-OP update some code comments
Diffstat (limited to 'share')
-rw-r--r--share/web_surfaces/shared/ardour.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/web_surfaces/shared/ardour.js b/share/web_surfaces/shared/ardour.js
index 2db59e4ec7..b5ce9b1c1d 100644
--- a/share/web_surfaces/shared/ardour.js
+++ b/share/web_surfaces/shared/ardour.js
@@ -65,7 +65,7 @@ export class Ardour {
}
}
- // Surface control API over WebSockets channel
+ // Surface control API over WebSockets
// clients need to call open() before calling these methods
async getTempo () {