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 1c8a7459c9
commit eb4afd45f7

View File

@@ -18,7 +18,7 @@ function parsePattern(pattern) {
var p = {
minInt: 1,
minFrac: 0,
macFrac: 0,
maxFrac: 0,
posPre: '',
posSuf: '',
negPre: '',