mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-20 18:29:57 -04:00
Some code cleanup.
This commit is contained in:
parent
3f444138db
commit
386045f033
3 changed files with 4 additions and 4 deletions
src/engine
|
@ -9,7 +9,7 @@ class Variable {
|
|||
/**
|
||||
* @param {string} id Id of the variable.
|
||||
* @param {string} name Name of the variable.
|
||||
* @param {(string|number)} type Type of the variable, one of "" or "list"
|
||||
* @param {string} type Type of the variable, one of '' or 'list'
|
||||
* @param {boolean} isCloud Whether the variable is stored in the cloud.
|
||||
* @constructor
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue