This commit is contained in:
Florrie 2018-03-31 13:41:39 -03:00
parent b861c78086
commit fd188741ba

View file

@ -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: []};
}