mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Merge pull request #2509 from KisaragiEffective/patch-1
Fix document type in scratch3_data.js
This commit is contained in:
commit
540eaf6b8b
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