mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
Cleanup.
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
|
||||
/**
|
||||
* Client UI namespace.
|
||||
* @namespace
|
||||
* Client UI root object.
|
||||
*/
|
||||
GuacUI.Client = GuacUI.Client || {};
|
||||
|
||||
GuacUI.Client = {
|
||||
|
||||
/**
|
||||
|
@@ -16,6 +16,10 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Main Guacamole UI namespace.
|
||||
* @namespace
|
||||
*/
|
||||
var GuacUI = GuacUI || {};
|
||||
|
||||
/**
|
||||
|
@@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user