Remove blocks.mode reference

This commit is contained in:
Connor Hudson 2018-06-08 17:04:52 -04:00
parent a6629628cd
commit 78da15c09c

View file

@ -541,7 +541,7 @@ class Blocks {
params: this._getBlockParams(block), params: this._getBlockParams(block),
// @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' : 'default'
})); }));
} }
} }