diff --git a/guacamole-common-js/src/main/resources/keyboard.js b/guacamole-common-js/src/main/resources/keyboard.js index 5dbcd1122..d570e1b08 100644 --- a/guacamole-common-js/src/main/resources/keyboard.js +++ b/guacamole-common-js/src/main/resources/keyboard.js @@ -446,7 +446,7 @@ Guacamole.Keyboard = function(element) { * key state based on the modifier flags within the event. This function * pays no attention to keycodes. * - * @param {} e The keyboard event containing the flags to update. + * @param {KeyboardEvent} e The keyboard event containing the flags to update. */ function update_modifier_state(e) {