WebSockets: rename Node to ANode to avoid shadowing DOM Node class

This commit is contained in:
Luciano Iam 2020-04-12 14:59:29 +02:00 committed by Robin Gareus
parent b8f52a519a
commit a8dce60eb5
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 14 additions and 14 deletions

View file

@ -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',