mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-03-21 21:00:16 -04:00
Lint
This commit is contained in:
parent
b861c78086
commit
fd188741ba
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ const blocks = new Data();
|
||||||
const lists = {};
|
const lists = {};
|
||||||
const util = {
|
const util = {
|
||||||
target: {
|
target: {
|
||||||
lookupOrCreateList(id, name) {
|
lookupOrCreateList (id, name) {
|
||||||
if (!(name in lists)) {
|
if (!(name in lists)) {
|
||||||
lists[name] = {value: []};
|
lists[name] = {value: []};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue