mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 18:46:34 +01:00
WebSockets: rename Node to ANode to avoid shadowing DOM Node class
This commit is contained in:
parent
b8f52a519a
commit
a8dce60eb5
2 changed files with 14 additions and 14 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue