fx-compat: Use new mozILocaleService API

Replace functions with arrays, as in https://phabricator.services.mozilla.com/D6339
This commit is contained in:
Dan Stillman 2022-06-20 23:09:46 -04:00
parent 6e43d2cd4e
commit 789a8a5fe9
3 changed files with 5 additions and 5 deletions

View file

@ -397,7 +397,7 @@ describe("Zotero.Utilities.Internal", function () {
var availableLocales;
before(function () {
availableLocales = Services.locale.getAvailableLocales();
availableLocales = Services.locale.availableLocales;
});
function resolve(locale) {