mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
parent
c4dabac726
commit
83cb9933ed
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,8 @@
|
|||
this.l10n = {};
|
||||
const mozIntl = Components.classes["@mozilla.org/mozintl;1"]
|
||||
.getService(Components.interfaces.mozIMozIntl);
|
||||
mozIntl.addGetCalendarInfo(l10n);
|
||||
mozIntl.addGetDisplayNames(l10n);
|
||||
mozIntl.addGetCalendarInfo(this.l10n);
|
||||
mozIntl.addGetDisplayNames(this.l10n);
|
||||
// Notify DateTimePickerHelper.jsm that binding is ready.
|
||||
this.dispatchEvent(new CustomEvent("DateTimePickerBindingReady"));
|
||||
]]></constructor>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue