summaryrefslogtreecommitdiff
path: root/share/web_surfaces/shared/channel.js
diff options
context:
space:
mode:
authorLuciano Iam <lucianito@gmail.com>2020-04-12 14:59:29 +0200
committerRobin Gareus <robin@gareus.org>2020-04-13 16:29:40 +0200
commita8dce60eb52a3b9ff9f1a131b75eb924df01633f (patch)
tree6c574577a3dc977ca2ad48229930a3fafb1803b7 /share/web_surfaces/shared/channel.js
parentb8f52a519a06fe4bdaa8a0978d8116ebe310925b (diff)
WebSockets: rename Node to ANode to avoid shadowing DOM Node class
Diffstat (limited to 'share/web_surfaces/shared/channel.js')
-rw-r--r--share/web_surfaces/shared/channel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/web_surfaces/shared/channel.js b/share/web_surfaces/shared/channel.js
index 99a80fd354..03b87979d2 100644
--- a/share/web_surfaces/shared/channel.js
+++ b/share/web_surfaces/shared/channel.js
@@ -18,7 +18,7 @@
export const JSON_INF = 1.0e+128;
-export const Node = Object.freeze({
+export const ANode = Object.freeze({
TEMPO: 'tempo',
STRIP_DESC: 'strip_desc',
STRIP_METER: 'strip_meter',