Bug 1618265 - Fix prettier eslint failure on GeckoViewContentChild.js. r=eslint-fix

This commit is contained in:
Cosmin Sabou 2020-02-27 01:04:25 +02:00
Родитель 5fc9f15115
Коммит c7fa09335c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -255,7 +255,7 @@ class GeckoViewContentChild extends GeckoViewChildModule {
delete this._savedState;
removeEventListener("pageshow", scrollRestore, {
capture: true,
mozSystemGroup: true
mozSystemGroup: true,
});
}
};