mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
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:
committed by
Brian Ford
parent
1c8a7459c9
commit
eb4afd45f7
@@ -18,7 +18,7 @@ function parsePattern(pattern) {
|
||||
var p = {
|
||||
minInt: 1,
|
||||
minFrac: 0,
|
||||
macFrac: 0,
|
||||
maxFrac: 0,
|
||||
posPre: '',
|
||||
posSuf: '',
|
||||
negPre: '',
|
||||
|
||||
Reference in New Issue
Block a user