mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
JSDoc + namespace, some cleanup.
This commit is contained in:
@@ -17,10 +17,11 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Guacamole namespace
|
||||
var Guacamole = Guacamole || {};
|
||||
|
||||
function GuacamoleOnScreenKeyboard(url) {
|
||||
Guacamole.OnScreenKeyboard = function(url) {
|
||||
|
||||
var tabIndex = 1;
|
||||
var allKeys = new Array();
|
||||
var modifierState = new function() {};
|
||||
|
||||
|
Reference in New Issue
Block a user