Add missing variable
This commit is contained in:
parent
ae30357f0e
commit
f19e5a1cdf
|
@ -9,6 +9,7 @@ const UI = {
|
||||||
connected: false,
|
connected: false,
|
||||||
screenID: null,
|
screenID: null,
|
||||||
screen: {},
|
screen: {},
|
||||||
|
screens: [],
|
||||||
supportsBroadcastChannel: (typeof BroadcastChannel !== "undefined"),
|
supportsBroadcastChannel: (typeof BroadcastChannel !== "undefined"),
|
||||||
controlChannel: null,
|
controlChannel: null,
|
||||||
//Initial Loading of the UI
|
//Initial Loading of the UI
|
||||||
|
|
Loading…
Reference in New Issue