From 32bea8c30e6b0420d6a8fdc79a533ee10bba9e7a Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 7 May 2013 16:09:51 -0700 Subject: [PATCH] Add missing type to doc. --- guacamole-common-js/src/main/resources/keyboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {