mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
jsdoc @type tag does not permit a description
This commit is contained in:
parent
4583cb821b
commit
353ad16132
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ class Scratch3MusicBlocks {
|
|||
|
||||
/**
|
||||
* An array that is a mapping from MIDI instrument numbers to Scratch instrument numbers.
|
||||
* @type {number[]} an array of Scratch instrument numbers.
|
||||
* @type {number[]}
|
||||
*/
|
||||
get MIDI_INSTRUMENTS () {
|
||||
return [
|
||||
|
|
Loading…
Reference in a new issue