Fix typo in variables in datetimepopup.xml

Issue #162
This commit is contained in:
janekptacijarabaci 2018-04-30 09:02:11 +02:00 committed by Roy Tam
commit 83cb9933ed

View file

@ -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>