This commit is contained in:
Marco Castelluccio 2017-01-17 18:38:53 +00:00
Родитель 30556b7bcd
Коммит cf7c9c09f0
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -45,7 +45,8 @@ function getCommonLandings() {
return is_everywhere;
})
});
})
.then(bugs => new Set(bugs));
}
onLoad