Skip to content

Commit

Permalink
Backed out changeset fab1526875d3 (bug 1880108) for causing failures …
Browse files Browse the repository at this point in the history
…in browser_caching_attributes.js
  • Loading branch information
nerli1 committed Feb 29, 2024
1 parent 08a71b5 commit f02f8a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions toolkit/content/widgets/datetimebox.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ this.DateTimeBoxWidget = class {
// createEditFieldAndAppend() call.
this.l10n = new this.window.DOMLocalization(
["toolkit/global/datetimebox.ftl"],
/* aSync = */ true,
undefined,
this.window.getWebExposedLocales()
/* aSync = */ true
);
}

Expand Down

0 comments on commit f02f8a1

Please sign in to comment.