Remove todo

This commit is contained in:
kchadha 2018-03-14 22:51:08 -04:00
parent 0d55e4c74f
commit a3ed4cad99

View file

@ -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]);