fx-compat: Use new mozILocaleService API
Replace functions with arrays, as in https://phabricator.services.mozilla.com/D6339
This commit is contained in:
parent
6e43d2cd4e
commit
789a8a5fe9
3 changed files with 5 additions and 5 deletions
|
@ -397,7 +397,7 @@ describe("Zotero.Utilities.Internal", function () {
|
|||
var availableLocales;
|
||||
|
||||
before(function () {
|
||||
availableLocales = Services.locale.getAvailableLocales();
|
||||
availableLocales = Services.locale.availableLocales;
|
||||
});
|
||||
|
||||
function resolve(locale) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue