We should use the globally declared UI variable
This commit is contained in:
parent
795fca23dc
commit
bd6874e087
|
@ -22,7 +22,7 @@ var UI;
|
||||||
"keysymdef.js", "keyboard.js", "input.js", "display.js",
|
"keysymdef.js", "keyboard.js", "input.js", "display.js",
|
||||||
"jsunzip.js", "rfb.js", "keysym.js"]);
|
"jsunzip.js", "rfb.js", "keysym.js"]);
|
||||||
|
|
||||||
var UI = {
|
UI = {
|
||||||
|
|
||||||
rfb_state : 'loaded',
|
rfb_state : 'loaded',
|
||||||
settingsOpen : false,
|
settingsOpen : false,
|
||||||
|
|
Loading…
Reference in New Issue