From a15f403492490b7d4044e477476ae9a3010f0700 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 12 Nov 2012 13:18:28 -0800 Subject: [PATCH] Cleanup. --- guacamole/src/main/webapp/scripts/client-ui.js | 5 +---- guacamole/src/main/webapp/scripts/guac-ui.js | 4 ++++ guacamole/src/main/webapp/scripts/interface.js | 1 - 3 files changed, 5 insertions(+), 5 deletions(-) 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 */