diff --git a/guacamole/src/main/webapp/scripts/client-ui.js b/guacamole/src/main/webapp/scripts/client-ui.js index f41129660..23fab57e8 100644 --- a/guacamole/src/main/webapp/scripts/client-ui.js +++ b/guacamole/src/main/webapp/scripts/client-ui.js @@ -1,10 +1,7 @@ /** - * Client UI namespace. - * @namespace + * Client UI root object. */ -GuacUI.Client = GuacUI.Client || {}; - GuacUI.Client = { /** diff --git a/guacamole/src/main/webapp/scripts/guac-ui.js b/guacamole/src/main/webapp/scripts/guac-ui.js index f4a456932..6c0296aea 100644 --- a/guacamole/src/main/webapp/scripts/guac-ui.js +++ b/guacamole/src/main/webapp/scripts/guac-ui.js @@ -16,6 +16,10 @@ * along with this program. If not, see . */ +/** + * Main Guacamole UI namespace. + * @namespace + */ var GuacUI = GuacUI || {}; /** diff --git a/guacamole/src/main/webapp/scripts/interface.js b/guacamole/src/main/webapp/scripts/interface.js index 99bdd35e5..e045ed169 100644 --- a/guacamole/src/main/webapp/scripts/interface.js +++ b/guacamole/src/main/webapp/scripts/interface.js @@ -24,7 +24,6 @@ var GuacamoleUI = { "LONG_PRESS_DETECT_TIMEOUT" : 800, /* milliseconds */ "LONG_PRESS_MOVEMENT_THRESHOLD" : 10, /* pixels */ - "KEYBOARD_AUTO_RESIZE_INTERVAL" : 30, /* milliseconds */ /* UI Components */