mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-08 12:29:46 -04:00
Remove unnecessary arguments to requestAddMonitor
This commit is contained in:
parent
77dda04228
commit
13bf932fbb
1 changed files with 1 additions and 5 deletions
|
@ -540,12 +540,8 @@ class Blocks {
|
||||||
// @todo(vm#565) for numerical values with decimals, some countries use comma
|
// @todo(vm#565) for numerical values with decimals, some countries use comma
|
||||||
value: '',
|
value: '',
|
||||||
mode: block.opcode === 'data_listcontents' ? 'list' : block.mode,
|
mode: block.opcode === 'data_listcontents' ? 'list' : block.mode,
|
||||||
x: block.x,
|
|
||||||
y: block.y,
|
|
||||||
sliderMin: block.sliderMin,
|
sliderMin: block.sliderMin,
|
||||||
sliderMax: block.sliderMax,
|
sliderMax: block.sliderMax
|
||||||
width: block.width,
|
|
||||||
height: block.height
|
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue