mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-11 10:39:56 -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.
|
* Type representation for list variables.
|
||||||
* @const {string}
|
* @const {number}
|
||||||
*/
|
*/
|
||||||
static get LIST_ITEM_LIMIT () {
|
static get LIST_ITEM_LIMIT () {
|
||||||
return 200000;
|
return 200000;
|
||||||
|
|
Loading…
Reference in a new issue