Merge pull request #2509 from KisaragiEffective/patch-1

Fix document type in scratch3_data.js
This commit is contained in:
Eric Rosenbaum 2020-07-09 13:29:01 -04:00 committed by GitHub
commit 540eaf6b8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;