mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-22 14:02:37 -05: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 util = {
|
||||
target: {
|
||||
lookupOrCreateList(id, name) {
|
||||
lookupOrCreateList (id, name) {
|
||||
if (!(name in lists)) {
|
||||
lists[name] = {value: []};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue