fix(i18n): fix typo at i18n generation code

Fix typo at i18n generation code. This would remove the
property `macFrac` that has no meaning from all the
generated locales
This commit is contained in:
Lucas Galfaso
2014-09-06 00:53:22 +02:00
committed by Brian Ford
parent 6fd048a3b7
commit 1b6d74cc9f
+1 -1
View File
@@ -18,7 +18,7 @@ function parsePattern(pattern) {
var p = {
minInt: 1,
minFrac: 0,
macFrac: 0,
maxFrac: 0,
posPre: '',
posSuf: '',
negPre: '',