From b237ace7de9401a28080d9816fac8f65ddb00a51 Mon Sep 17 00:00:00 2001 From: Nick Martin Date: Wed, 15 May 2013 11:35:14 -0700 Subject: [PATCH] Fix trailing comma that breaks JSON parsing. --- scripts/admin/notices.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/admin/notices.json b/scripts/admin/notices.json index 5ff9ffba276..ff76c53e376 100644 --- a/scripts/admin/notices.json +++ b/scripts/admin/notices.json @@ -24,7 +24,7 @@ "release": "0.6.3", "notices": [ "When using the `http` package synchronously on the server, errors", - "are now thrown rather than passed in `result.error`.", + "are now thrown rather than passed in `result.error`." ], "packageNotices": { "coffeescript": ["CoffeeScript has been updated to 1.6.2 from 1.5.0. See",