From: humbletim Date: Thu, 3 Oct 2013 00:05:55 +0000 (-0400) Subject: removed trailing comma in object literal X-Git-Tag: 2.3.0~5^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1159%2Fhead;p=thirdparty%2Fmoment.git removed trailing comma in object literal --- 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]) }; }