mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
Conform JSdoc for keyboard module to format used elsewhere
This commit is contained in:
parent
faf8a898a0
commit
2de58050dd
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ Keyboard.prototype._keyCodeToScratchKey = function (keyCode) {
|
|||
|
||||
/**
|
||||
* Keyboard DOM event handler.
|
||||
* @param {object} DOM event object.
|
||||
* @param {object} DOM event.
|
||||
* @return {void}
|
||||
*/
|
||||
Keyboard.prototype.postData = function (data) {
|
||||
|
|
Loading…
Reference in a new issue