Update scratch3_data.js

fix inappropriate jsdoc type
This commit is contained in:
KisaragiEffective 2020-07-06 14:22:25 +09:00 committed by GitHub
parent da68c4faf6
commit c1745cc979
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;