mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-25 07:22:33 -05:00
Remove todo
This commit is contained in:
parent
0d55e4c74f
commit
a3ed4cad99
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ const serializeBlock = function (block) {
|
||||||
};
|
};
|
||||||
|
|
||||||
const serializeBlocks = function (blocks) {
|
const serializeBlocks = function (blocks) {
|
||||||
// TODO Array or object?
|
|
||||||
const obj = Object.create(null);
|
const obj = Object.create(null);
|
||||||
for (const blockID in blocks) {
|
for (const blockID in blocks) {
|
||||||
obj[blockID] = serializeBlock(blocks[blockID]);
|
obj[blockID] = serializeBlock(blocks[blockID]);
|
||||||
|
|
Loading…
Reference in a new issue