mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-14 07:21:32 -04:00
Pass with --fix
This commit is contained in:
parent
f646a61c5b
commit
e01c4ae108
41 changed files with 803 additions and 824 deletions
src/engine
|
@ -9,7 +9,7 @@
|
|||
* @param {boolean} isCloud Whether the variable is stored in the cloud.
|
||||
* @constructor
|
||||
*/
|
||||
var Variable = function (name, value, isCloud) {
|
||||
const Variable = function (name, value, isCloud) {
|
||||
this.name = name;
|
||||
this.value = value;
|
||||
this.isCloud = isCloud;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue