From d9a0cbb0201cfc9ca8b65cbabd89af86f25db4a1 Mon Sep 17 00:00:00 2001 From: Joseph Rossi Date: Tue, 21 Apr 2015 06:01:03 -0400 Subject: [PATCH] Bug: Fixing property name on IFormatConfig --- decimal.js/decimal.js.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decimal.js/decimal.js.d.ts b/decimal.js/decimal.js.d.ts index 60cf84a98a..f0e357e95d 100644 --- a/decimal.js/decimal.js.d.ts +++ b/decimal.js/decimal.js.d.ts @@ -74,7 +74,7 @@ declare module decimal { groupSeparator?: string; groupSize?: number; secondaryGroupSize?: number; - fractionGroupSelector?: string; + fractionGroupSeparator?: string; fractionGroupSize?: number; }