mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Add missing type to doc.
This commit is contained in:
@@ -446,7 +446,7 @@ Guacamole.Keyboard = function(element) {
|
|||||||
* key state based on the modifier flags within the event. This function
|
* key state based on the modifier flags within the event. This function
|
||||||
* pays no attention to keycodes.
|
* 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) {
|
function update_modifier_state(e) {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user