Fix typo in INTERACTIVE naming.

This commit is contained in:
Michael Jumper
2012-11-15 20:59:57 -08:00
parent 634f71fa14
commit 714c32b9a6

View File

@@ -12,10 +12,10 @@ GuacUI.Client = {
/**
* The normal default Guacamole client UI mode
*/
"FULL_INTERACTIVE" : 0,
"INTERACTIVE" : 0,
/**
* Same as FULL_INTERACTIVE except with visible on-screen keyboard.
* Same as INTERACTIVE except with visible on-screen keyboard.
*/
"OSK" : 1,