From 65e1d8709b9bf91036a732dee39eaccb6305fbb6 Mon Sep 17 00:00:00 2001 From: humbletim Date: Wed, 2 Oct 2013 20:05:55 -0400 Subject: [PATCH] removed trailing comma in object literal --- moment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moment.js b/moment.js index ec74e86b5..5d59c87f4 100644 --- a/moment.js +++ b/moment.js @@ -1346,7 +1346,7 @@ h: parseIso(match[5]), m: parseIso(match[6]), s: parseIso(match[7]), - w: parseIso(match[8]), + w: parseIso(match[8]) }; } -- 2.47.2