mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Update scratch3_data.js
fix inappropriate jsdoc type
This commit is contained in:
parent
da68c4faf6
commit
c1745cc979
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ class Scratch3DataBlocks {
|
|||
|
||||
/**
|
||||
* Type representation for list variables.
|
||||
* @const {string}
|
||||
* @const {number}
|
||||
*/
|
||||
static get LIST_ITEM_LIMIT () {
|
||||
return 200000;
|
||||
|
|
Loading…
Reference in a new issue