зеркало из https://github.com/mozilla/gecko-dev.git
Bug 837292 - Part 4: Followup to unbust part 2; r=rnewman
This commit is contained in:
Родитель
96e86b0f1f
Коммит
305906aa5a
|
@ -707,6 +707,12 @@ AbstractHealthReporter.prototype = Object.freeze({
|
|||
|
||||
if (!(dateFormatted in outputDataDays)) {
|
||||
outputDataDays[dateFormatted] = {};
|
||||
}
|
||||
|
||||
// This needs to be separate because dayVersions is provider
|
||||
// specific and gets blown away in a loop while outputDataDays
|
||||
// is persistent.
|
||||
if (!(dateFormatted in dayVersions)) {
|
||||
dayVersions[dateFormatted] = {};
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче