Fix @param description.

This commit is contained in:
Jürg Lehni 2015-12-20 11:57:24 +01:00
parent 99a29cf9f9
commit 248364aebc

View file

@ -210,7 +210,7 @@ var Key = new function() {
/**
* Checks whether the specified key is pressed.
*
* @param {String} Any character or special key descriptor, e.g.:
* @param {String} key any character or special key descriptor, e.g.:
* {@strings enter, space, shift, control, alt, meta, caps-lock, left,
* up, right, down, escape, delete, ...}
* @return {Boolean} {@true if the key is pressed}