Add missing type to doc.

This commit is contained in:
Michael Jumper
2013-05-07 16:09:51 -07:00
parent 52579d6f5c
commit 32bea8c30e

View File

@@ -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) {