Merge pull request #112 from huei90/patch-1

Update typo of Object intializer
This commit is contained in:
Michael M 2017-01-18 11:46:52 +00:00 committed by GitHub
commit d430acdc57
1 changed files with 4 additions and 4 deletions

View File

@ -1525,10 +1525,10 @@ x.toFormat() // '123 456 789.12345 6789'
BigNumber.config({
FORMAT: {
decimalSeparator = ',',
groupSeparator = '.',
groupSize = 3,
secondaryGroupSize = 2
decimalSeparator: ',',
groupSeparator: '.',
groupSize: 3,
secondaryGroupSize: 2
}
})