mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Fix @param description.
This commit is contained in:
parent
99a29cf9f9
commit
248364aebc
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue