summaryrefslogtreecommitdiff
path: root/share/web_surfaces/shared/channel.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/web_surfaces/shared/channel.js')
-rw-r--r--share/web_surfaces/shared/channel.js20
1 files changed, 10 insertions, 10 deletions
diff --git a/share/web_surfaces/shared/channel.js b/share/web_surfaces/shared/channel.js
index 9d1de0ac79..ae02aad8bd 100644
--- a/share/web_surfaces/shared/channel.js
+++ b/share/web_surfaces/shared/channel.js
@@ -19,16 +19,16 @@
export const JSON_INF = 1.0e+128;
export const Node = Object.freeze({
- TEMPO: "tempo",
- STRIP_DESC: "strip_desc",
- STRIP_METER: "strip_meter",
- STRIP_GAIN: "strip_gain",
- STRIP_PAN: "strip_pan",
- STRIP_MUTE: "strip_mute",
- STRIP_PLUGIN_DESC: "strip_plugin_desc",
- STRIP_PLUGIN_ENABLE: "strip_plugin_enable",
- STRUP_PLUGIN_PARAM_DESC: "strip_plugin_param_desc",
- STRIP_PLUGIN_PARAM_VALUE: "strip_plugin_param_value"
+ TEMPO: 'tempo',
+ STRIP_DESC: 'strip_desc',
+ STRIP_METER: 'strip_meter',
+ STRIP_GAIN: 'strip_gain',
+ STRIP_PAN: 'strip_pan',
+ STRIP_MUTE: 'strip_mute',
+ STRIP_PLUGIN_DESC: 'strip_plugin_desc',
+ STRIP_PLUGIN_ENABLE: 'strip_plugin_enable',
+ STRUP_PLUGIN_PARAM_DESC: 'strip_plugin_param_desc',
+ STRIP_PLUGIN_PARAM_VALUE: 'strip_plugin_param_value'
});