mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -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.
|
* Keyboard DOM event handler.
|
||||||
* @param {object} DOM event object.
|
* @param {object} DOM event.
|
||||||
* @return {void}
|
* @return {void}
|
||||||
*/
|
*/
|
||||||
Keyboard.prototype.postData = function (data) {
|
Keyboard.prototype.postData = function (data) {
|
||||||
|
|
Loading…
Reference in a new issue