From 04324871dcf42ce48644b1b99648b0ead0529772 Mon Sep 17 00:00:00 2001 From: toorshia Date: Mon, 28 Oct 2013 22:55:35 +0100 Subject: [PATCH] forgot comma on line 288 --- justgage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justgage.js b/justgage.js index 8f74e63..3998c4f 100644 --- a/justgage.js +++ b/justgage.js @@ -281,7 +281,7 @@ // customSectors : [] of objects // number of digits after floating point - customSectors : obj.kvLookup('customSectors', config, dataset, []) + customSectors : obj.kvLookup('customSectors', config, dataset, []), // formatNumber: boolean // formats numbers with commas where appropriate