зеркало из https://github.com/mozilla/gud.git
Reformat cache.js after last commit
This commit is contained in:
Родитель
0b7027fc71
Коммит
864ec05b49
|
@ -72,10 +72,7 @@ function setRanges(data, options = { setMinStartDate: false }) {
|
|||
);
|
||||
|
||||
// set the largest value seen for DAU / WAU / MAU
|
||||
if (
|
||||
!$store.activeUsersYMax ||
|
||||
$store.activeUsersYMax !== activeUsersYMax
|
||||
) {
|
||||
if (!$store.activeUsersYMax || $store.activeUsersYMax !== activeUsersYMax) {
|
||||
store.setField("activeUsersYMax", activeUsersYMax);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче