]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
removed trailing comma in object literal 1159/head
authorhumbletim <humbletim@gmail.com>
Thu, 3 Oct 2013 00:05:55 +0000 (20:05 -0400)
committerhumbletim <humbletim@gmail.com>
Thu, 3 Oct 2013 00:05:55 +0000 (20:05 -0400)
moment.js

index ec74e86b5e7254666d13a5f5eecd0a35024b4894..5d59c87f48b75fa0549b851302b8dffd740fb168 100644 (file)
--- a/moment.js
+++ b/moment.js
                 h: parseIso(match[5]),
                 m: parseIso(match[6]),
                 s: parseIso(match[7]),
-                w: parseIso(match[8]),
+                w: parseIso(match[8])
             };
         }