Skip to content

Commit 49e90e7

Browse files
committed
FF 135
1 parent 63e3818 commit 49e90e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/org/htmlunit/javascript/host/intl/NumberFormat.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ public class NumberFormat extends HtmlUnitScriptable {
7474
commonFormats.put("fr", "\u202f,");
7575
commonFormats.put("fr-CA", "\u00a0,");
7676

77-
FF_FORMATS_.putAll(commonFormats);
7877
FF_ESR_FORMATS_.putAll(commonFormats);
7978

8079
commonFormats.put("ar", ",.0");
@@ -90,6 +89,9 @@ public class NumberFormat extends HtmlUnitScriptable {
9089
commonFormats.put("ar-SD", "\u066c\u066b\u0660");
9190
commonFormats.put("ar-SY", "\u066c\u066b\u0660");
9291
commonFormats.put("ar-YE", "\u066c\u066b\u0660");
92+
93+
FF_FORMATS_.putAll(commonFormats);
94+
9395
commonFormats.put("be", ",.");
9496
commonFormats.put("en-ZA", ",.");
9597
commonFormats.put("mk", ",.");

0 commit comments

Comments
 (0)